From 5a5736335aea4052203eaf1c45d38206d985bafb Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Fri, 29 Sep 2023 22:40:08 +0100 Subject: (Emacs)~little clean --- Emacs/.config/emacs/config.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Emacs/.config') diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 7248cfa..aa2a844 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -181,7 +181,8 @@ General look and feel of Emacs (mostly disabling stuff I don't like). ** Themes *** Dark theme My preferred dark theme is my own "personal-primary" theme which is -stored in the Emacs lisp folder (look at [[file:elisp/personal-primary-theme.el][this file]]). It tries to use +stored in the Emacs lisp folder (look at +[[file:elisp/personal-primary-theme.el][this file]]). It tries to use the primary colours for everything, leading to a colour -> meaning relation. @@ -265,8 +266,10 @@ of code using =#+RESULTS=) in an ephemeral buffer at startup! (insert (format "#+title: Scratch buffer ,#+author: %s ,#+description: Emacs v%s + Booted in %s " user-full-name emacs-version (emacs-init-time))))))) + #+end_src ** Blinking cursor Turn off blinking-cursor-mode as [[*Hl-line][hl-line]] is better. -- cgit v1.2.3-13-gbd6f