mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Hide modeline in PDF-tools
This commit is contained in:
parent
f17a5bf650
commit
ea7083c205
5
init.org
5
init.org
@ -467,6 +467,11 @@
|
||||
(add-to-list 'auto-mode-alist '("\\.pdf\\'" . pdf-tools-install))
|
||||
#+END_SRC
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(add-hook 'pdf-view-mode-hook
|
||||
(lambda () (setq mode-line-format nil)))
|
||||
#+END_SRC
|
||||
|
||||
** Completion
|
||||
|
||||
[[https://github.com/auto-complete/auto-complete][Auto-Complete]] has been a part of my config for years, but I want to try
|
||||
|
Loading…
Reference in New Issue
Block a user