(Emacs)~little clean

This commit is contained in:
2023-09-29 22:40:08 +01:00
parent 10a5e92ef6
commit 5a5736335a
2 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
;;; Directory Local Variables -*- no-byte-compile: t; -*- ;;; Directory Local Variables -*- no-byte-compile: t; -*-
;;; For more information see (info "(emacs) Directory Variables") ;;; For more information see (info "(emacs) Directory Variables")
((nil . ((+license/license-choice "MIT")))) ((nil . ((+license/license-choice . "MIT"))))

View File

@@ -181,7 +181,8 @@ General look and feel of Emacs (mostly disabling stuff I don't like).
** Themes ** Themes
*** Dark theme *** Dark theme
My preferred dark theme is my own "personal-primary" theme which is 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 the primary colours for everything, leading to a colour -> meaning
relation. relation.
@@ -265,8 +266,10 @@ of code using =#+RESULTS=) in an ephemeral buffer at startup!
(insert (format "#+title: Scratch buffer (insert (format "#+title: Scratch buffer
,#+author: %s ,#+author: %s
,#+description: Emacs v%s ,#+description: Emacs v%s
Booted in %s Booted in %s
" user-full-name emacs-version (emacs-init-time))))))) " user-full-name emacs-version (emacs-init-time)))))))
#+end_src #+end_src
** Blinking cursor ** Blinking cursor
Turn off blinking-cursor-mode as [[*Hl-line][hl-line]] is better. Turn off blinking-cursor-mode as [[*Hl-line][hl-line]] is better.