summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-10-06 15:10:36 -0700
committerFranck Cuny <fcuny@twitter.com>2019-10-06 15:10:36 -0700
commitbd0bb255fa45bd67be134b363ffceabb15e025ab (patch)
tree970bda6e139a1dca325abbf06723a810aada343e
parent[emacs] smaller font (diff)
downloademacs.d-bd0bb255fa45bd67be134b363ffceabb15e025ab.tar.gz
[emacs] dropped the :columns information
I'm using 3 columns, this seems to do nothing, and not annoyed enough to go read the doc.
-rw-r--r--emacs.d/custom/fcuny-go.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/custom/fcuny-go.el b/emacs.d/custom/fcuny-go.el
index 9a83688..ffbc1d5 100644
--- a/emacs.d/custom/fcuny-go.el
+++ b/emacs.d/custom/fcuny-go.el
@@ -22,7 +22,7 @@
(when (memq window-system '(mac ns))
(exec-path-from-shell-copy-env "GOPATH"))
- (defhydra hydra-go-menu (:columns 2 :hint nil)
+ (defhydra hydra-go-menu (:hint nil)
"
^find ^ ^goto ^ ^test^
^-----------^ ^--------^ ^----^