aboutsummaryrefslogtreecommitdiff
path: root/Doom/.doom.d
diff options
context:
space:
mode:
authordx <aryadevchavali1@gmail.com>2020-07-15 15:30:43 +0100
committerdx <aryadevchavali1@gmail.com>2020-07-15 15:31:04 +0100
commit08fb80ddcf7ba6c7b77f92ee953ae94afbc20858 (patch)
treee54ee555aabe31560e5a050a2a7493facec59f61 /Doom/.doom.d
parentc94bfdce9e26d995c37b405ce78057a727534742 (diff)
downloaddotfiles-08fb80ddcf7ba6c7b77f92ee953ae94afbc20858.tar.gz
dotfiles-08fb80ddcf7ba6c7b77f92ee953ae94afbc20858.tar.bz2
dotfiles-08fb80ddcf7ba6c7b77f92ee953ae94afbc20858.zip
+org mode hack again
Doesn't seem to work without it, I might need to add an issue or something.
Diffstat (limited to 'Doom/.doom.d')
-rw-r--r--Doom/.doom.d/org/config.org9
1 files changed, 4 insertions, 5 deletions
diff --git a/Doom/.doom.d/org/config.org b/Doom/.doom.d/org/config.org
index 24ae85f..e0bf129 100644
--- a/Doom/.doom.d/org/config.org
+++ b/Doom/.doom.d/org/config.org
@@ -38,11 +38,10 @@ Some quality of life things and others that I couldn't really put in one categor
(add-to-list 'default-frame-alist '(alpha . 90))
(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.
+** HACK: Load org mode again?
#+BEGIN_SRC elisp
-(load "~/.emacs.d/modules/lang/org/config.el")
+(load (expand-file-name (concat user-emacs-directory "modules/lang/org/config.el")))
+#+END_SRC
* Package Configuration
Configuration for or based heavily around specific packages that I find very important
** Ido
@@ -190,7 +189,7 @@ Add keybind to recompile (inside the buffer)
'company-mode-hook
#'(lambda () (setq company-frontends '(company-preview-frontend company-pseudo-tooltip-frontend))))
#+END_SRC
-* Language Config
+* Language Configuration
Configuration for various languages which I feel can be useful
** C-style languages
Configuration for C and C++.