aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/config.org
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2024-05-08 01:30:04 +0530
committerAryadev Chavali <aryadev@aryadevchavali.com>2024-05-08 01:30:04 +0530
commitd998ae45cfbf71601061c052848a3e3c5aa0c9b7 (patch)
tree819daa8f192c7739163451eb311548042b6cb0cf /Emacs/.config/emacs/config.org
parent2450e47882750f1a46911f99503a068df84c2181 (diff)
downloaddotfiles-d998ae45cfbf71601061c052848a3e3c5aa0c9b7.tar.gz
dotfiles-d998ae45cfbf71601061c052848a3e3c5aa0c9b7.tar.bz2
dotfiles-d998ae45cfbf71601061c052848a3e3c5aa0c9b7.zip
(Emacs/*)~disable a lot of packages
Don't use them most of the time so what's the need? If I'm ever in the situation where I need to use these I hope I have internet connection.
Diffstat (limited to 'Emacs/.config/emacs/config.org')
-rw-r--r--Emacs/.config/emacs/config.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org
index 27c20d4..045502b 100644
--- a/Emacs/.config/emacs/config.org
+++ b/Emacs/.config/emacs/config.org
@@ -1570,7 +1570,10 @@ crash (like the async handler for org-export). Works really well with
(start-process-shell-command "" "*pdflatex*" (concat "pdflatex -shell-escape "
(org-latex-export-to-latex)))))
#+end_src
-** Org ref
+** WAIT Org ref
+:PROPERTIES:
+:header-args:emacs-lisp: :tangle no
+:END:
For bibliographic stuff in $\LaTeX$ export.
#+begin_src emacs-lisp
(use-package org-ref