Silent bell, and emacsclient as edit

This commit is contained in:
Anthony Cicchetti 2020-12-30 11:30:37 -05:00
parent 424801914c
commit 8d2a897531
2 changed files with 3 additions and 2 deletions

View file

@ -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)

View file

@ -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