Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 658 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 658 Bytes

.emacs.d

Screenshots

Screenshot

Emacs version:

› emacs --version
GNU Emacs 28.0.60
Copyright (C) 2021 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of GNU Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.

Installation:

emacs-plus:

brew install emacs-plus@28 --with-native-comp

Clone & install:

git clone git@github.com:kgs1992/.emacs.d.git ~/.emacs.d
cd ~/.emacs.d
make

Update packages:

cd ~/.emacs.d
make update