aboutsummaryrefslogtreecommitdiff
path: root/Doom/.doom.d/org
diff options
context:
space:
mode:
authordx <aryadevchavali1@gmail.com>2020-06-14 00:12:05 +0100
committerdx <aryadevchavali1@gmail.com>2020-06-14 00:12:05 +0100
commitc522cca21c12e3e5fc522305c98682c2b3004da2 (patch)
tree00f564b256c7b77f259d81f26d334ebb4321cc39 /Doom/.doom.d/org
parentd6b66f75454b123b5dab9ad8739a1d384ff1d02f (diff)
downloaddotfiles-c522cca21c12e3e5fc522305c98682c2b3004da2.tar.gz
dotfiles-c522cca21c12e3e5fc522305c98682c2b3004da2.tar.bz2
dotfiles-c522cca21c12e3e5fc522305c98682c2b3004da2.zip
~!hack org mode isn't loading correctly, reload
Diffstat (limited to 'Doom/.doom.d/org')
-rw-r--r--Doom/.doom.d/org/config.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doom/.doom.d/org/config.org b/Doom/.doom.d/org/config.org
index 5229fe6..5197170 100644
--- a/Doom/.doom.d/org/config.org
+++ b/Doom/.doom.d/org/config.org
@@ -31,6 +31,12 @@ Some quality of life things and others that I couldn't really put in one categor
(add-to-list 'default-frame-alist '(alpha . 95))
(cl-pushnew '("Libgen" "http://gen.lib.rus.ec/search.php?req=%s") +lookup-provider-url-alist :key #'car :test 'string=)
#+END_SRC
+** HACK: Loading org mode
+For some reason, currently, the org mode keybinds aren't working.
+So reload the file again until the issue is fixed.
+#+BEGIN_SRC elisp
+(load "~/.emacs.d/modules/lang/org/config.el")
+#+END_SRC
* Package Config
Config for or based heavily around specific packages that I find very important
** DAP