Edits
This commit is contained in:
parent
5a9ca3c0f1
commit
db9497bd5c
2 changed files with 9 additions and 3 deletions
|
@ -201,7 +201,13 @@
|
||||||
|
|
||||||
;; Origamimode
|
;; Origamimode
|
||||||
(use-package origami
|
(use-package origami
|
||||||
:config (global-origami-mode t))
|
:ensure evil
|
||||||
|
:config (global-origami-mode t)
|
||||||
|
(evil-define-key 'normal 'global (kbd "<leader> f o") 'origami-open-node)
|
||||||
|
(evil-define-key 'normal 'global (kbd "<leader> f c") 'origami-close-node)
|
||||||
|
(evil-define-key 'normal 'global (kbd "<leader> f O") 'origami-open-all-nodes)
|
||||||
|
(evil-define-key 'normal 'global (kbd "<leader> f C") 'origami-close-all-nodes)
|
||||||
|
(evil-define-key 'normal 'global (kbd "<leader> f t") 'origami-show-only-node))
|
||||||
|
|
||||||
;; Page-break-lines
|
;; Page-break-lines
|
||||||
(use-package page-break-lines
|
(use-package page-break-lines
|
||||||
|
|
|
@ -36,8 +36,8 @@ zle -N down-line-or-beginning-search
|
||||||
|
|
||||||
|
|
||||||
export COMPLETION_WAITING_DOTS="true"
|
export COMPLETION_WAITING_DOTS="true"
|
||||||
export VISUAL='emacsclient -cn'
|
export VISUAL='emacsclient -c'
|
||||||
export EDITOR='emacsclient -cn'
|
export EDITOR='emacsclient -c'
|
||||||
path=("$HOME/bin" "$HOME/go/bin" $path)
|
path=("$HOME/bin" "$HOME/go/bin" $path)
|
||||||
|
|
||||||
zstyle ':znap:*' auto-compile no
|
zstyle ':znap:*' auto-compile no
|
||||||
|
|
Loading…
Add table
Reference in a new issue