[Emacs] Remove unneeded pieces of code
Also update cache of org babel result
This commit is contained in:
parent
77dbd8747f
commit
515eb4ad43
@ -2085,11 +2085,7 @@ Let’s enable them and set them:
|
|||||||
(threshold (+ 120 80)))
|
(threshold (+ 120 80)))
|
||||||
(setq mu4e-split-view (if (> width threshold)
|
(setq mu4e-split-view (if (> width threshold)
|
||||||
'vertical
|
'vertical
|
||||||
'horizontal))
|
'horizontal))))
|
||||||
(message "Window width: %d\tthreshold: %d\nSplit: %S"
|
|
||||||
width
|
|
||||||
threshold
|
|
||||||
mu4e-split-view)))
|
|
||||||
|
|
||||||
(setq mu4e-headers-visible-columns 120
|
(setq mu4e-headers-visible-columns 120
|
||||||
mu4e-headers-visible-lines 15)
|
mu4e-headers-visible-lines 15)
|
||||||
@ -4683,7 +4679,7 @@ All templates can be found [[https://labs.phundrak.com/phundrak/dotfiles/src/bra
|
|||||||
"\n")
|
"\n")
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
#+RESULTS[3de52378bf07bf60f73ab9ff4f26beafabb1ef12]: org-capture-shortcuts-gen
|
#+RESULTS[9f565c3dd73becfad0a99c0cfaf4521762334b40]: org-capture-shortcuts-gen
|
||||||
#+begin_example
|
#+begin_example
|
||||||
("e" "Email")
|
("e" "Email")
|
||||||
("ew" "Write Email" entry
|
("ew" "Write Email" entry
|
||||||
@ -5629,11 +5625,6 @@ have this command to remove them easily.
|
|||||||
"m" #'ivy-bibtex))
|
"m" #'ivy-bibtex))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
|
||||||
(after! org
|
|
||||||
(require 'org-ref))
|
|
||||||
#+end_src
|
|
||||||
|
|
||||||
*** Org-present
|
*** Org-present
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: Packages-Configuration-Org-mode-Org-present-pw04s240w8j0
|
:CUSTOM_ID: Packages-Configuration-Org-mode-Org-present-pw04s240w8j0
|
||||||
|
Loading…
Reference in New Issue
Block a user