Silent bell, and emacsclient as edit
This commit is contained in:
parent
424801914c
commit
8d2a897531
2 changed files with 3 additions and 2 deletions
|
@ -39,6 +39,7 @@
|
|||
("org" . "https://orgmode.org/elpa/")))
|
||||
'(package-selected-packages
|
||||
'(org-crypt tree-sitter-langs tree-sitter centaur-tabs dashboard page-break-lines clipetty wakatime-mode super-save ox-pandoc evil-surround evil-collection undo-tree toc-org evil-org org-plus-contrib evil-goggles evil-expat evil-commentary auto-package-update lispy smartparens which-key git-gutter rainbow-delimiters auto-complete-distel auto-complete evil magit evil-magit))
|
||||
'(ring-bell-function 'ignore)
|
||||
'(undo-tree-auto-save-history t)
|
||||
'(undo-tree-history-directory-alist '(("." . "~/.undohist-emacs")))
|
||||
'(undo-tree-visualizer-diff t)
|
||||
|
|
|
@ -36,8 +36,8 @@ zle -N down-line-or-beginning-search
|
|||
|
||||
|
||||
export COMPLETION_WAITING_DOTS="true"
|
||||
export VISUAL='emacs'
|
||||
export EDITOR='emacs'
|
||||
export VISUAL='emacsclient -c'
|
||||
export EDITOR='emacsclient -c'
|
||||
path=("$HOME/bin" "$HOME/go/bin" $path)
|
||||
|
||||
zstyle ':znap:*' auto-compile no
|
||||
|
|
Loading…
Add table
Reference in a new issue