(Emacs)~little clean
This commit is contained in:
@@ -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"))))
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user