Skip to content

Commit 4feb085

Browse files
committed
Set version to 0.1.0 and add changelog
1 parent dcb5c64 commit 4feb085

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.emacs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
;;; Emacs4CL 0.1.0 <https://git.io/emacs4cl>
2+
13
;; Customize user interface.
24
(menu-bar-mode 0)
35
(when (display-graphic-p)

CHANGES.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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.

0 commit comments

Comments
 (0)