From 8454588c4795a27a8c6fa41e741321dbf7616ccc Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Mon, 9 Oct 2023 16:19:35 +0300 Subject: emacs:(init) Set default-input-method to greek --- .emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to '.emacs.d/init.el') 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 -- cgit v1.2.3