diff options
-rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index 4326433..73f4744 100644 --- a/init.el +++ b/init.el | |||
@@ -1,4 +1,5 @@ | |||
1 | ;;; init.el -*- lexical-binding: t; coding: utf-8-unix -*- | 1 | ;;; init.el -*- lexical-binding: t; coding: utf-8-unix -*- |
2 | |||
2 | ;; Author: Case Duckworth <acdw@acdw.net> | 3 | ;; Author: Case Duckworth <acdw@acdw.net> |
3 | ;; Created: Sometime during Covid-19, 2020 | 4 | ;; Created: Sometime during Covid-19, 2020 |
4 | ;; Keywords: configuration | 5 | ;; Keywords: configuration |
@@ -8,6 +9,7 @@ | |||
8 | ;; This file is NOT part of GNU Emacs. | 9 | ;; This file is NOT part of GNU Emacs. |
9 | 10 | ||
10 | ;;; License: | 11 | ;;; License: |
12 | |||
11 | ;; Everyone is permitted to do whatever with this software, without | 13 | ;; Everyone is permitted to do whatever with this software, without |
12 | ;; limitation. This software comes without any warranty whatsoever, | 14 | ;; limitation. This software comes without any warranty whatsoever, |
13 | ;; but with two pieces of advice: | 15 | ;; but with two pieces of advice: |
@@ -1774,7 +1776,6 @@ If used with a numeric prefix argument N, N backticks will be inserted." | |||
1774 | (setup (:straight wc-mode) | 1776 | (setup (:straight wc-mode) |
1775 | (:option wc-modeline-format "[%tww]" | 1777 | (:option wc-modeline-format "[%tww]" |
1776 | wc-idle-wait 2) | 1778 | wc-idle-wait 2) |
1777 | |||
1778 | (:hook-into text-mode)) | 1779 | (:hook-into text-mode)) |
1779 | 1780 | ||
1780 | (setup (:straight web-mode) | 1781 | (setup (:straight web-mode) |