aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.dir-locals.el2
-rw-r--r--Emacs/.config/emacs/config.org5
2 files changed, 5 insertions, 2 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index b5fdeb5..1e9e4c6 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,4 +1,4 @@
;;; Directory Local Variables -*- no-byte-compile: t; -*-
;;; For more information see (info "(emacs) Directory Variables")
-((nil . ((+license/license-choice "MIT"))))
+((nil . ((+license/license-choice . "MIT"))))
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.