From 424d301ed2983476a7a796b618ff8b718462084c Mon Sep 17 00:00:00 2001 From: James Patrick Date: Sat, 18 Feb 2023 16:21:48 -0500 Subject: [PATCH] Added modules for multiple-cursors & ibuffer --- emacs/config.org | 4 ++-- emacs/init.el | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/emacs/config.org b/emacs/config.org index d427e3b..531f20d 100644 --- a/emacs/config.org +++ b/emacs/config.org @@ -260,7 +260,7 @@ fold ; (nigh) universal code folding (format +onsave) ; automated prettiness ;;god ; run Emacs commands without modifier keys ;;lispy ; vim for lisp, for people who don't like vim -;;multiple-cursors ; editing in many places at once +multiple-cursors ; editing in many places at once ;;objed ; text object editing for the innocent ;;parinfer ; turn lisp into python, sort of rotate-text ; cycle region at point between text candidates @@ -274,7 +274,7 @@ https://github.com/doomemacs/doomemacs/tree/master/modules/emacs #+begin_src emacs-lisp :tangle no dired ; making dired pretty [functional] electric ; smarter, keyword-based electric-indent -;;ibuffer ; interactive buffer management +(ibuffer +icons) ; interactive buffer management (undo +tree) ; persistent, smarter undo for your inevitable mistakes vc ; version-control and Emacs, sitting in a tree #+end_src diff --git a/emacs/init.el b/emacs/init.el index c9bc0e8..8241008 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -61,7 +61,7 @@ (format +onsave) ; automated prettiness ;;god ; run Emacs commands without modifier keys ;;lispy ; vim for lisp, for people who don't like vim - ;;multiple-cursors ; editing in many places at once + multiple-cursors ; editing in many places at once ;;objed ; text object editing for the innocent ;;parinfer ; turn lisp into python, sort of rotate-text ; cycle region at point between text candidates @@ -71,7 +71,7 @@ :emacs dired ; making dired pretty [functional] electric ; smarter, keyword-based electric-indent - ;;ibuffer ; interactive buffer management + (ibuffer +icons) ; interactive buffer management (undo +tree) ; persistent, smarter undo for your inevitable mistakes vc ; version-control and Emacs, sitting in a tree