system changes
This commit is contained in:
parent
5205786a9f
commit
c2acdbb3b4
1 changed files with 4 additions and 9 deletions
|
@ -72,14 +72,7 @@ Display the current time in the mode line.
|
||||||
:custom
|
:custom
|
||||||
(auto-dark-themes '((modus-vivendi) (modus-operandi)))
|
(auto-dark-themes '((modus-vivendi) (modus-operandi)))
|
||||||
:init
|
:init
|
||||||
(auto-dark-mode)
|
(auto-dark-mode))
|
||||||
:hook
|
|
||||||
(auto-dark-dark-mode
|
|
||||||
. (lambda ()
|
|
||||||
(pdf-view-midnight-minor-mode t)))
|
|
||||||
(auto-dark-light-mode
|
|
||||||
. (lambda ()
|
|
||||||
(pdf-view-midnight-minor-mode -1))))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Colours!
|
** Colours!
|
||||||
|
@ -618,7 +611,9 @@ Install a better PDF viewer than =DocView=.
|
||||||
(use-package pdf-tools
|
(use-package pdf-tools
|
||||||
:hook
|
:hook
|
||||||
(doc-view-mode . (lambda () (pdf-tools-install))) ;; install on first pdf opened instead of startup
|
(doc-view-mode . (lambda () (pdf-tools-install))) ;; install on first pdf opened instead of startup
|
||||||
(pdf-view-mode . (lambda () (display-line-numbers-mode -1)))
|
(pdf-view-mode . (lambda ()
|
||||||
|
(display-line-numbers-mode -1)
|
||||||
|
(pdf-view-themed-minor-mode)))
|
||||||
:init
|
:init
|
||||||
(add-hook 'TeX-after-compilation-finished-functions #'TeX-revert-document-buffer)
|
(add-hook 'TeX-after-compilation-finished-functions #'TeX-revert-document-buffer)
|
||||||
:config
|
:config
|
||||||
|
|
Loading…
Add table
Reference in a new issue