diff options
author | Thanos Apollo <[email protected]> | 2023-12-09 10:56:06 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-12-09 10:57:44 +0200 |
commit | 373b7fd540fe260b703a250a9ab32a53e6a4d4f6 (patch) | |
tree | a9195878469b12a4a9f8307aeb64cb4d3373a70a /.emacs.d/init.el | |
parent | b66d996193c91468c431a91137fe3db70fe93006 (diff) |
emacs: Remove duplicate functions
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 167b01a..5d826cf 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -39,19 +39,14 @@ (setf browse-url-browser-function 'browse-url-generic browse-url-generic-program "firefox" backup-directory-alist '((".*" . "~/.Trash")) - sentence-end-double-space nil) - - -(define-prefix-command 'Create) -(define-key 'thanos/applications-map (kbd "C-c") 'Create) + sentence-end-double-space nil + default-input-method "greek") (define-key global-map (kbd "<escape>") 'keyboard-escape-quit) (define-key global-map (kbd "M-<backspace>") 'backward-kill-sexp) (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 |