emacs.d

bloated emacs configuration
git clone git://git.ckyln.com/~cem/emacs.d.git
Log | Files | Refs | README

commit 53041d52b2d2d2b4f72655312e4ae94a48d4e1f0
parent 36eca2a99db145d6e48bfc4178e47f95f53d59f3
Author: Cem Keylan <cem@ckyln.com>
Date:   Tue,  3 Mar 2020 14:56:10 +0300

add evil-surround

Diffstat:
Minit.org | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/init.org b/init.org @@ -150,6 +150,19 @@ We didn't ask for the keybindings yet, because we are going to get the (evil-collection-init)) #+END_SRC +*** evil-surround + +I used to make use of vim-sandwich, but evil-surround will also +do the job well for me. + +#+BEGIN_SRC emacs-lisp +(use-package evil-surround + :after evil + :ensure t + :config + (global-evil-surround-mode 1)) +#+END_SRC + ** Org-mode Org mode is one of the biggest reasons I am using Emacs, and it is a must