dotfiles/.emacs.d/init.el
Rodolphe Breard 49e74cc363 emacs
2013-03-23 15:41:47 +01:00

8 lines
190 B
EmacsLisp
Executable file

(add-to-list 'load-path "/usr/share/emacs/site-lisp")
(add-to-list 'load-path "~/.emacs.d")
(load "modes.el")
(load "std_comment.el")
(setq column-number-mode t)
(setq x-alt-keysym 'meta)