diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2021-02-23 16:13:48 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@laptop.tojo.local> | 2021-02-23 20:11:18 +0900 |
commit | 77e6584cae8c239f3bec86361aef593c22423d9f (patch) | |
tree | 3f2d54c9026d380bee1471da1ce674b6bd086ba0 | |
parent | 3e3687045402c8937682c1ad57f89108f420e50f (diff) |
Refactor `.emacs` file
-rw-r--r-- | .emacs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ (ido-mode 1) (ido-everywhere 1) -;; ido-completing-read+ +;;; ido-completing-read+ (ido-ubiquitous-mode 1) ;;; smex @@ -31,7 +31,7 @@ ;;; modeline (doom-modeline-mode 1) -;; Font +;;; Font (set-face-attribute 'default nil :height 110) ;;; Paredit |