diff options
author | EuAndreh <eu@euandre.org> | 2018-07-27 11:53:54 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-27 11:53:54 -0300 |
commit | 0ab16c055604989415cb493f473d6a189dd1e3e6 (patch) | |
tree | c57bd35d9fe2936e9cbb3930d89c2c9b867722e3 /spacemacs.el | |
parent | Don't use unstable firefox (diff) | |
download | dotfiles-0ab16c055604989415cb493f473d6a189dd1e3e6.tar.gz dotfiles-0ab16c055604989415cb493f473d6a189dd1e3e6.tar.xz |
Add workspace-transient-state keybinding under "oo" (user private)
Diffstat (limited to 'spacemacs.el')
-rw-r--r-- | spacemacs.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spacemacs.el b/spacemacs.el index 8c85623..c8e528a 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -601,6 +601,7 @@ This is the place where most of your configurations should be done. Unless it is (eval-after-load 'midje-mode '(set-custom-clj-indent)) (spacemacs/set-leader-keys + "oo" 'spacemacs/workspaces-transient-state/body "GP" 'guix-debbugs-org "p C-r" 'euandreh/projectile-reload-known-projects "an" 'notmuch |