Compare commits
No commits in common. "a3659a8ca53d3ff087172fe2a3192fc827d24618" and "5fee719f820bf4bb5caf5a44af75d2998ab91451" have entirely different histories.
a3659a8ca5
...
5fee719f82
|
@ -11,7 +11,3 @@
|
||||||
(map! :leader :n "o e" #'=rss)
|
(map! :leader :n "o e" #'=rss)
|
||||||
;; Map wallabag to global keybinding
|
;; Map wallabag to global keybinding
|
||||||
(map! :leader :n "o w" #'=wallabag)
|
(map! :leader :n "o w" #'=wallabag)
|
||||||
;; Keybindings for org-noter
|
|
||||||
(map! :mode org-noter
|
|
||||||
:n "i" #'org-noter-insert-note
|
|
||||||
:desc "Insert note with a subheading")
|
|
||||||
|
|
7
+org.el
7
+org.el
|
@ -46,7 +46,6 @@
|
||||||
;; Enter writeroom-mode in all org files
|
;; Enter writeroom-mode in all org files
|
||||||
(add-hook 'org-mode-hook 'global-writeroom-mode)
|
(add-hook 'org-mode-hook 'global-writeroom-mode)
|
||||||
(setq writeroom-major-modes '(org-mode))
|
(setq writeroom-major-modes '(org-mode))
|
||||||
(add-hook 'org-mode-hook 'visual-line-mode)
|
|
||||||
;; Respect LANGUAGE export variable
|
;; Respect LANGUAGE export variable
|
||||||
(add-to-list 'org-latex-packages-alist '("AUTO" "babel" t ("pdflatex")))
|
(add-to-list 'org-latex-packages-alist '("AUTO" "babel" t ("pdflatex")))
|
||||||
;; Don't evaluate code blocks on export
|
;; Don't evaluate code blocks on export
|
||||||
|
@ -132,7 +131,5 @@
|
||||||
;; Configure a better split and some default for org-noter
|
;; Configure a better split and some default for org-noter
|
||||||
(after! org-noter
|
(after! org-noter
|
||||||
(setq org-noter-always-create-frame nil
|
(setq org-noter-always-create-frame nil
|
||||||
org-noter-doc-split-fraction '(0.7 . 0.3)
|
org-noter-doc-split-fraction '(0.7 . 0.3))
|
||||||
org-noter-default-heading-title " "))
|
org-noter-default-notes-file-names '("~/Notes/Logosyllogi.org"))
|
||||||
;; Increase the latex preview size
|
|
||||||
(setq org-format-latex-options (plist-put org-format-latex-options :scale 3.0))
|
|
||||||
|
|
|
@ -119,7 +119,3 @@
|
||||||
(magit-delta-mode))
|
(magit-delta-mode))
|
||||||
;; Set up the mail stack
|
;; Set up the mail stack
|
||||||
(after! mu4e (load! "+mail"))
|
(after! mu4e (load! "+mail"))
|
||||||
;; HACK Enable AOT native compilation
|
|
||||||
(setq native-comp-deferred-compilation nil)
|
|
||||||
(after! (doom-packages straight)
|
|
||||||
(setq straight--native-comp-available t))
|
|
||||||
|
|
Loading…
Reference in New Issue