diff --git a/README.org b/README.org index 9e4da42..1e78e38 100644 --- a/README.org +++ b/README.org @@ -1,7 +1,6 @@ #+title: Emacs Config #+author: Evie Litherland-Smith #+email: evie@xenia.me.uk -#+startup: content #+property: header-args:emacs-lisp :results silent Personal Emacs configuration. Clone to =~/.emacs.d/= and install specified plugins using [[file:install.el][the install script]]. @@ -182,7 +181,6 @@ Configure the look and feel of Emacs #+begin_src emacs-lisp (setopt mode-line-compact 'long) -(which-function-mode +1) (line-number-mode +1) (column-number-mode +1) (size-indication-mode -1) @@ -833,12 +831,10 @@ Configure email with iCalendar event support, to integrate with global-diff-hl-mode) :custom (diff-hl-disable-on-remote nil) - (diff-hl-draw-borders t) :init + (global-diff-hl-mode) (add-hook 'magit-pre-refresh-hook #'diff-hl-magit-pre-refresh) - (add-hook 'magit-post-refresh-hook #'diff-hl-magit-post-refresh) - :config - (global-diff-hl-mode)) + (add-hook 'magit-post-refresh-hook #'diff-hl-magit-post-refresh)) (use-package winner :demand