summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-10-09 16:19:35 +0300
committerThanos Apollo <[email protected]>2023-10-09 16:19:35 +0300
commit8454588c4795a27a8c6fa41e741321dbf7616ccc (patch)
treeca2386bd7484f8b0f855a7c61f4a19b8328e4d15
parentf22258f532a665eb76632390128334da81dd26f6 (diff)
emacs:(init) Set default-input-method to greek
-rw-r--r--.emacs.d/init.el2
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