From ea7083c2053f57554aa146f0a4d9050e68ff2c14 Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Tue, 10 Mar 2020 20:45:36 +0100 Subject: [PATCH] Hide modeline in PDF-tools --- init.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.org b/init.org index 4d8c158..f67cef6 100644 --- a/init.org +++ b/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