Add coq and fix initial state problem for pdf view mode
This commit is contained in:
parent
c276d912f6
commit
d21ff6d5b6
|
@ -91,6 +91,7 @@ This function should only modify configuration layer settings."
|
|||
html
|
||||
|
||||
alda ;; Music language
|
||||
coq ;; Theorem prover (Proof General)
|
||||
|
||||
;; Others
|
||||
finance ;; Ledger accounting
|
||||
|
@ -596,9 +597,11 @@ before packages are loaded."
|
|||
|
||||
(setq centaur-tabs-style "wave")
|
||||
|
||||
;; Ensures the pdf view mode doesn't get into emacs state, which will destroy
|
||||
;; the key bindings
|
||||
;(evil-set-initial-state 'pdf-view-mode 'normal)
|
||||
;; Ensures the pdf view mode doesn't get into emacs state.
|
||||
;; If it does get into emacs state, checked by
|
||||
;; (describe-variable 'evil-state)
|
||||
;; Use M-x evil-normal-state or M-x evil-force-evilified-state to revert.
|
||||
(evil-set-initial-state 'pdf-view-mode 'evilified)
|
||||
|
||||
;; Displaying whitespaces
|
||||
(spacemacs/toggle-whitespace-globally-on)
|
||||
|
|
Loading…
Reference in New Issue