mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
10 lines
277 B
EmacsLisp
10 lines
277 B
EmacsLisp
(setq vc-follow-symlinks t)
|
|
(org-babel-load-file
|
|
(expand-file-name
|
|
"emacs.org"
|
|
user-emacs-directory))
|
|
(setq-default indent-tabs-mode t)
|
|
(setq tab-width 4) ; or any other preferred value
|
|
(defvaralias 'c-basic-offset 'tab-width)
|
|
(defvaralias 'cperl-indent-level 'tab-width)
|