General minor refactor

This commit is contained in:
Henrik Lissner 2017-12-08 22:57:08 -05:00
parent 39cb30d635
commit f8e8dbad8f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
12 changed files with 40 additions and 50 deletions

View file

@ -8,8 +8,6 @@
:commands (gist-list gist-region-or-buffer-private gist-region-or-buffer)
:config
(set! :popup "*github:gists*" :size 15 :select t :autokill t)
;; evil-ify gist listing
(set! :evil-state 'gist-list-mode 'normal)
(defun +gist*list-render (orig-fn &rest args)