diff options
| author | Ryan Kavanagh <rak@debian.org> | 2019-06-26 10:28:33 -0400 | 
|---|---|---|
| committer | Ryan Kavanagh <rak@debian.org> | 2019-06-26 10:28:33 -0400 | 
| commit | 59a8faccff55032128ba5d29cbb40cf4aeaa5e40 (patch) | |
| tree | 2c225e8a002bda9c45522557c87fd15693a2dd70 | |
| parent | emacs diary config (diff) | |
emacs pdf-tools config
Diffstat (limited to '')
| -rw-r--r-- | .emacs | 5 | 
1 files changed, 5 insertions, 0 deletions
@@ -432,6 +432,11 @@ entirely if it contains the DOI."    ;; highlight entire expression when on delimiters    (show-paren-style 'expression)) +(use-package pdf-tools +  :ensure t +  :config +  (pdf-tools-install)) +  (use-package powerline    :ensure t)  | 
