From e0de3b378c7423b69eb3961b4e924d73eb7250d1 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Tue, 12 Jul 2022 19:49:37 +0300 Subject: [PATCH] Minor configuration updates --- .emacs.d/esy.org | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.emacs.d/esy.org b/.emacs.d/esy.org index ab246e1..c0b6fc4 100644 --- a/.emacs.d/esy.org +++ b/.emacs.d/esy.org @@ -902,6 +902,7 @@ refiling directly into deeper headings as well. "https://reddit.com/r/prolog/.rss" "https://www.haskellforall.com/feeds/posts/default" "https://cestlaz.github.io/rss.xml" + "https://drewdevault.com/blog/index.xml" "https://xkcd.com/rss.xml" "https://hnrss.org/newest?points=50" "https://planet.emacslife.com/atom.xml"))) @@ -1364,6 +1365,11 @@ does in the shell. :END: #+begin_src emacs-lisp (add-hook 'text-mode-hook #'flyspell-mode) + + (with-eval-after-load 'flyspell + (keymap-unset flyspell-mode-map "C-," t) + (keymap-unset flyspell-mode-map "C-." t) + (keymap-unset flyspell-mode-map "C-;" t)) #+end_src * Programming @@ -1673,7 +1679,8 @@ terminates, e.g. when pressing =C-d=. (async-shell-command cmd))) (with-eval-after-load 'shell - (keymap-set shell-mode-map "C-c C-k" #'shell-restart-process)) + (keymap-set shell-mode-map "C-c C-k" #'shell-restart-process) + (keymap-set shell-mode-map "SPC" #'comint-magic-space)) #+end_src * Misc. settings -- 2.39.5