emacs: open pdfs in external reader, disable writegood mode
This commit is contained in:
parent
185e20fe1a
commit
de79477a1f
@ -59,7 +59,11 @@
|
|||||||
;; Do not ask before exiting emacs
|
;; Do not ask before exiting emacs
|
||||||
(setq confirm-kill-emacs nil)
|
(setq confirm-kill-emacs nil)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
*** Openwith
|
||||||
|
#+begin_src emacs-lisp :tangle yes
|
||||||
|
(openwith-mode t)
|
||||||
|
(setq openwith-associations '(("\\.pdf\\'" "evince" (file))))
|
||||||
|
#+end_src
|
||||||
** Org
|
** Org
|
||||||
#+begin_src emacs-lisp :tangle yes
|
#+begin_src emacs-lisp :tangle yes
|
||||||
(setq org-directory "~/Nextcloud/org"
|
(setq org-directory "~/Nextcloud/org"
|
||||||
@ -157,6 +161,8 @@ headline, up to the next headline."
|
|||||||
|
|
||||||
** Spell Checking
|
** Spell Checking
|
||||||
#+begin_src emacs-lisp :tangle yes
|
#+begin_src emacs-lisp :tangle yes
|
||||||
|
;; Do not automatically enable writegood mode
|
||||||
|
(remove-hook! '(org-mode-hook markdown-mode-hook rst-mode-hook asciidoc-mode-hook latex-mode-hook LaTeX-mode-hook) #'writegood-mode)
|
||||||
|
|
||||||
(use-package! langtool
|
(use-package! langtool
|
||||||
:init
|
:init
|
||||||
|
@ -182,7 +182,7 @@
|
|||||||
;;(wanderlust +gmail)
|
;;(wanderlust +gmail)
|
||||||
|
|
||||||
:app
|
:app
|
||||||
;;calendar
|
calendar
|
||||||
;;emms
|
;;emms
|
||||||
;;everywhere ; *leave* Emacs!? You must be joking
|
;;everywhere ; *leave* Emacs!? You must be joking
|
||||||
;;irc ; how neckbeards socialize
|
;;irc ; how neckbeards socialize
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
(unpin! org-roam)
|
(unpin! org-roam)
|
||||||
(package! org-roam-ui)
|
(package! org-roam-ui)
|
||||||
(package! langtool-ignore-fonts)
|
(package! langtool-ignore-fonts)
|
||||||
|
(package! openwith)
|
||||||
|
|
||||||
;; To install a package directly from a remote git repo, you must specify a
|
;; To install a package directly from a remote git repo, you must specify a
|
||||||
;; `:recipe'. You'll find documentation on what `:recipe' accepts here:
|
;; `:recipe'. You'll find documentation on what `:recipe' accepts here:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user