File tree 2 files changed +24
-0
lines changed
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ ; ;; Emacs4CL 0.1.0 <https://git.io/emacs4cl>
2
+
1
3
; ; Customize user interface.
2
4
(menu-bar-mode 0 )
3
5
(when (display-graphic-p )
Original file line number Diff line number Diff line change
1
+ 0.1.0 (2020-12-16)
2
+ ------------------
3
+
4
+ ### Added
5
+
6
+ - Disable menu bar.
7
+ - Disable tool bar.
8
+ - Disable scroll bar.
9
+ - Use ` wombat ` theme.
10
+ - Enable ` show-paren-mode ` to highlight matching parentheses.
11
+ - Workaround for https://debbugs.gnu.org/34341 in GNU Emacs <= 26.3.
12
+ - Automatic installation of packages from MELPA.
13
+ - Write customizations to ` ~/.emacs.d/custom.el ` instead of ` ~/.emacs ` .
14
+ - Install SLIME.
15
+ - Install Paredit.
16
+ - Install Rainbow Delimiters.
17
+ - Set inferior Lisp program to ` sbcl ` in order to launch SLIME with it.
18
+ - Enable Paredit in Emacs Lisp mode, eval-expression minibuffer, IELM
19
+ mode, Lisp mode, Lisp interaction mode, and SLIME REPL mode.
20
+ - Override the way SLIME handles <kbd >delete</kbd > key.
21
+ - Enable Rainbow Delimiters in Emacs Lisp mode, IELM mode, Lisp mode,
22
+ Lisp interaction mode, and SLIME REPL mode.
You can’t perform that action at this time.
0 commit comments