emacs: turn on `latex` module

This commit is contained in:
Hoang Nguyen 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
# $HOME/.config/emacs/bin/doom env
session=${1:-spectrwm}
session=${1:-exwm}
case $session in
bspwm ) exec bspwm ;;

View File

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

View File

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

View File

@ -1,6 +1,6 @@
#!/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"
FG="#eceff4"