aboutsummaryrefslogtreecommitdiff
path: root/Emacs
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2022-01-07 06:04:58 +0000
committerAryadev Chavali <aryadev@aryadevchavali.com>2022-01-07 06:04:58 +0000
commitd87f3cc3866d2f496e18c315f2286e6551afb4d1 (patch)
tree6f6b55493a95d5fc9812af7f8520f636c1d8a268 /Emacs
parentc248ab0852bebf1d0ae0d3a002d9e9ee55c97b2e (diff)
downloaddotfiles-d87f3cc3866d2f496e18c315f2286e6551afb4d1.tar.gz
dotfiles-d87f3cc3866d2f496e18c315f2286e6551afb4d1.tar.bz2
dotfiles-d87f3cc3866d2f496e18c315f2286e6551afb4d1.zip
(Emacs|nvim)~clean up
Annoying errors.
Diffstat (limited to 'Emacs')
-rw-r--r--Emacs/.config/emacs/.config/custom.el2
-rw-r--r--Emacs/.config/emacs/config.org1
2 files changed, 2 insertions, 1 deletions
diff --git a/Emacs/.config/emacs/.config/custom.el b/Emacs/.config/emacs/.config/custom.el
index 373079e..b8631dc 100644
--- a/Emacs/.config/emacs/.config/custom.el
+++ b/Emacs/.config/emacs/.config/custom.el
@@ -5,6 +5,8 @@
;; If there is more than one, they won't work right.
'(custom-safe-themes
'("321d6d6e915ff3cbb5be2b20ba7122b0b392392e77a2e7d57f724651612dbfba" "28b9cb0c3bb549d272531f2bd6d229d024f988346a9005a03597fb678e27b93a" "b898153f7be9244fc36520477232e94e162de8412149b4433f90faa4ad06bb3c" "2f815b90f0ac11529d5e71e6d4d286bf85c35ef03b18aeb7177c2df975c316ea" default)))
+'(org-agenda-files
+ '("~/Dotfiles/Emacs/.config/emacs/config.org" "/home/dx/Text/README.org" "/home/dx/Text/cover-letter.org" "/home/dx/Text/cv.org" "/home/dx/Text/general.org" "/home/dx/Text/list.org" "/home/dx/Text/rent.org" "/home/dx/Text/university.org") nil nil "Customized with use-package org"))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org
index 1194a53..0dbc0b0 100644
--- a/Emacs/.config/emacs/config.org
+++ b/Emacs/.config/emacs/config.org
@@ -419,7 +419,6 @@ which pauses cursors upon placing a cursor at the current position.
(use-package evil-mc
:after evil
:general
- (general-nmap ("M-p" evil-mc-skip-and-goto-prev-cursor))
(dx:evil-mc-map
("q" . evil-mc-undo-all-cursors)
("d" . evil-mc-make-and-goto-next-match)