From 8d2a897531f52ade74398617406b4d0b7ad16134 Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Wed, 30 Dec 2020 11:30:37 -0500 Subject: [PATCH] Silent bell, and emacsclient as `edit` --- emacs/init.el | 1 + zsh/zshrc | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/emacs/init.el b/emacs/init.el index 6d64ebe..9349656 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -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) diff --git a/zsh/zshrc b/zsh/zshrc index ba0385a..4a335b4 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -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