From ea8650502c2b281eaaa13543d0e1f2b6a8cea2e5 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 22 Aug 2023 16:36:31 +0300 Subject: emacs: Disable cursor blinking --- .config/emacs/config.org | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.config/emacs/config.org') diff --git a/.config/emacs/config.org b/.config/emacs/config.org index 53119e4..982cac1 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -839,6 +839,16 @@ I want to have all my projects automatically added to the project list. The default Emacs UI is fucking atrocious — we need to make it better. +*** Cursor Blink + +I personally don’t like cursors blinking, so let’s disable that. + +#+BEGIN_SRC elisp + + (blink-cursor-mode -1) + +#+END_SRC + *** Shorter Prompts For some reason emacs has both the ~y-or-n-p~ and ~yes-or-no-p~ functions. I do -- cgit v1.2.3