diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-07-13 08:44:59 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-07-13 08:44:59 +0100 |
commit | 1da8b83ee854ffa3f19c5547d1a8b35ebf5734fa (patch) | |
tree | cfe556488eff3823a1f64a3358e42992c5adfd5b /spacemacs | |
parent | 72fb9ff3c8f3b57350ee3de68f8b97d8fb641c86 (diff) | |
download | dotfiles-1da8b83ee854ffa3f19c5547d1a8b35ebf5734fa.tar.gz dotfiles-1da8b83ee854ffa3f19c5547d1a8b35ebf5734fa.tar.bz2 dotfiles-1da8b83ee854ffa3f19c5547d1a8b35ebf5734fa.zip |
Added a keybind to open the calendar
Diffstat (limited to 'spacemacs')
-rw-r--r-- | spacemacs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -390,6 +390,7 @@ you should place your code here." ;; Keybinds (spacemacs/set-leader-keys "os" 'helm-etags-select) + (spacemacs/set-leader-keys "oc" 'find-file "~/Text/calendar.org") ;; elcord (load-file "~/.emacs.d/private/local/elcord.el") |