From bd0bb255fa45bd67be134b363ffceabb15e025ab Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 6 Oct 2019 15:10:36 -0700 Subject: [emacs] dropped the :columns information I'm using 3 columns, this seems to do nothing, and not annoyed enough to go read the doc. --- emacs.d/custom/fcuny-go.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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^ ^-----------^ ^--------^ ^----^ -- cgit 1.4.1