diff options
author | Thanos Apollo <[email protected]> | 2023-10-09 16:19:35 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-10-09 16:19:35 +0300 |
commit | 8454588c4795a27a8c6fa41e741321dbf7616ccc (patch) | |
tree | ca2386bd7484f8b0f855a7c61f4a19b8328e4d15 /.emacs.d/init.el | |
parent | f22258f532a665eb76632390128334da81dd26f6 (diff) |
emacs:(init) Set default-input-method to greek
Diffstat (limited to '.emacs.d/init.el')
-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 |