Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
patrl committed Jun 3, 2024
1 parent 68160a2 commit 97a73ce
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,12 @@
"c" '(TeX-command-run-all :wk "compile")))

(use-package evil-tex
:hook (LaTeX-mode . evil-tex-mode))
:hook (LaTeX-mode . evil-tex-mode)
:general
(:keymaps 'evil-tex-mode-map
"M-]" 'evil-tex-brace-movement)
:config
(unbind-key "M-n" 'evil-tex-mode-map)) ;; interfering with jinx

(use-package citar
:demand t
Expand Down Expand Up @@ -1088,7 +1093,10 @@
(use-package jinx
:demand t
:ensure nil
:hook (emacs-startup . global-jinx-mode))
:hook (emacs-startup . global-jinx-mode)
:general
("M-$" 'jinx-correct
"C-M-$" 'jinx-languages))

(use-package helpful
:demand t
Expand Down

0 comments on commit 97a73ce

Please sign in to comment.