mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 02:50:24 +10:00
Minor edits
This commit is contained in:
@@ -184,7 +184,7 @@ This package implements hiding or abbreviation of the modeline displays (lighter
|
|||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(setq ediff-split-window-function 'split-window-horizontally
|
(setq ediff-split-window-function 'split-window-horizontally
|
||||||
ediff-window-setup-function 'ediff-setup-windows-plain)
|
ediff-window-setup-function 'ediff-setup-windows-plain)
|
||||||
|
|
||||||
(defun dt-ediff-hook ()
|
(defun dt-ediff-hook ()
|
||||||
(ediff-setup-keymap)
|
(ediff-setup-keymap)
|
||||||
@@ -794,7 +794,6 @@ Allows us to create a Table of Contents in our Org docs.
|
|||||||
:init (pdf-loader-install)
|
:init (pdf-loader-install)
|
||||||
:config (add-to-list 'revert-without-query ".pdf"))
|
:config (add-to-list 'revert-without-query ".pdf"))
|
||||||
|
|
||||||
;;(add-hook 'pdf-view-mode-hook #'dt/turn-off-line-numbers)
|
|
||||||
(add-hook 'pdf-view-mode-hook #'(lambda () (interactive) (display-line-numbers-mode -1)))
|
(add-hook 'pdf-view-mode-hook #'(lambda () (interactive) (display-line-numbers-mode -1)))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user