diff options
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 381ad87..fceabe0 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -52,6 +52,8 @@ (add-to-list 'load-path "~/.emacs.d/modules") +(setf default-input-method "greek") ;; switch between greek and latin with C-\ + (setq disabled-command-function nil) ;; enable all commands (require 'thanos-packages) ;; List packages and install them |