From 7e2820a48c3fc196fbccd0c57c256cb8a5fe380e Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 15 Apr 2017 14:55:20 -0400 Subject: [PATCH] private/hlissner: fix :x command (scratch buffer) --- modules/private/hlissner/+commands.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/private/hlissner/+commands.el b/modules/private/hlissner/+commands.el index b88022402..e8e3a4700 100644 --- a/modules/private/hlissner/+commands.el +++ b/modules/private/hlissner/+commands.el @@ -28,7 +28,7 @@ (ex! "sh[ell]" '+eshell:run) (ex! "t[mux]" '+tmux:run) ; send to tmux (ex! "tcd" '+tmux:cd-here) ; cd to default-directory in tmux -(ex! "x" 'doom:scratch-buffer) +(ex! "x" '+doom:scratch-buffer) ;; GIT (ex! "gbrowse" '+vcs/git-browse) ; show file in github/gitlab