emacs: turn on latex module

This commit is contained in:
FollieHiyuki 2021-03-06 22:22:26 +03:00
parent 8b7d7766f9
commit dcc6d87aa3
No known key found for this signature in database
GPG Key ID: 813CF484F4993419
4 changed files with 10 additions and 6 deletions

View File

@ -23,7 +23,7 @@ export XDG_SESSION_TYPE=x11
export PATH=$HOME/.local/bin/X11:$PATH export PATH=$HOME/.local/bin/X11:$PATH
# $HOME/.config/emacs/bin/doom env # $HOME/.config/emacs/bin/doom env
session=${1:-spectrwm} session=${1:-exwm}
case $session in case $session in
bspwm ) exec bspwm ;; bspwm ) exec bspwm ;;

View File

@ -172,6 +172,9 @@
;; Org-journal ;; Org-journal
(setq org-journal-dir "~/Documents/Org/journal/") (setq org-journal-dir "~/Documents/Org/journal/")
;; Latex
(setq +latex-viewers '(pdf-tools))
;; Spell checker ;; Spell checker
(after! flyspell (after! flyspell
(setq flyspell-lazy-idle-seconds 2)) (setq flyspell-lazy-idle-seconds 2))

View File

@ -155,10 +155,11 @@
(javascript +lsp) ; all(hope(abandon(ye(who(enter(here)))))) (javascript +lsp) ; all(hope(abandon(ye(who(enter(here))))))
;;julia ; a better, faster MATLAB ;;julia ; a better, faster MATLAB
;;kotlin ; a better, slicker Java(Script) ;;kotlin ; a better, slicker Java(Script)
;;(latex ; writing papers in Emacs has never been so fun (latex ; writing papers in Emacs has never been so fun
;; +latexmk +latexmk
;; +cdlatex +cdlatex
;; +fold) +lsp
+fold)
;;lean ;;lean
;;factor ;;factor
;;ledger ; an accounting system in Emacs ;;ledger ; an accounting system in Emacs

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
PREVIEW_TEXT="ABCDEFGHIJKLM\nNOPQRSTUVWXYZ\nabcdefghijklm\nnopqrstuvwxyz\n1234567890\n!@$\%<>(){}[]\n愛してるおかえりなさい\n      \n😀👌🙋🐱🦀⛈ 🏀🛠" PREVIEW_TEXT="ABCDEFGHIJKLM\nNOPQRSTUVWXYZ\nabcdefghijklm\nnopqrstuvwxyz\n1234567890\n!@$\%<>(){}[]\n== != => <=\n愛してるおかえりなさい\n      \n😀👌🙋🐱🦀⛈ 🏀🛠"
BG="#2e3440" BG="#2e3440"
FG="#eceff4" FG="#eceff4"