Disable which-function-mode
Remove startup setting Some tweaks to diff-hl, no major changes, was just testing face changes that didn't work
This commit is contained in:
parent
5d86ca8376
commit
8f92f0cf6b
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue