aboutsummaryrefslogtreecommitdiff
path: root/Doom/.doom.d/org/config.org
diff options
context:
space:
mode:
authordx <aryadevchavali1@gmail.com>2020-06-11 20:51:51 +0100
committerdx <aryadevchavali1@gmail.com>2020-06-11 20:52:52 +0100
commitf7d134af3b36069ac267a5bc68ed41a1a140bbe2 (patch)
tree0b20878787f4af63e0ffa34116d4ab494088832b /Doom/.doom.d/org/config.org
parent93326421fee7b7395c8828a8e10bba10b80630db (diff)
downloaddotfiles-f7d134af3b36069ac267a5bc68ed41a1a140bbe2.tar.gz
dotfiles-f7d134af3b36069ac267a5bc68ed41a1a140bbe2.tar.bz2
dotfiles-f7d134af3b36069ac267a5bc68ed41a1a140bbe2.zip
~clean up config
Diffstat (limited to 'Doom/.doom.d/org/config.org')
-rw-r--r--Doom/.doom.d/org/config.org8
1 files changed, 1 insertions, 7 deletions
diff --git a/Doom/.doom.d/org/config.org b/Doom/.doom.d/org/config.org
index 17da87f..a536af1 100644
--- a/Doom/.doom.d/org/config.org
+++ b/Doom/.doom.d/org/config.org
@@ -99,9 +99,6 @@ Set the dashboard functions (segments in overall buffer), set the sections of th
:icon (all-the-icons-octicon "calendar" :face 'font-lock-keyword-face)
:when (fboundp 'org-agenda)
:action org-agenda)
- ("Check the weather"
- :icon (all-the-icons-wicon "rain" :face 'font-lock-keyword-face)
- :action dx:weather)
("Jump to bookmark"
:icon (all-the-icons-octicon "bookmark" :face 'font-lock-keyword-face)
:action bookmark-jump)))
@@ -545,10 +542,7 @@ General keymap
Remapping functions that other modules set to default functions.
#+BEGIN_SRC elisp
(define-key!
- [remap compile] #'compile
- [remap find-file] #'find-file
- [remap describe-function] #'describe-function
- [remap describe-variable] #'describe-variable)
+ [remap compile] #'compile)
#+END_SRC
** Other
*** Leader