diff options
author | Case Duckworth | 2021-10-05 14:23:20 -0500 |
---|---|---|
committer | Case Duckworth | 2021-10-05 14:23:20 -0500 |
commit | 4fe1c79b453499a4cf2d4c1693e65b9703578478 (patch) | |
tree | 32c93b77a556f462e3fe1dbbe922270e121ba0fb /init.el | |
parent | Add consult-dir (diff) | |
download | emacs-4fe1c79b453499a4cf2d4c1693e65b9703578478.tar.gz emacs-4fe1c79b453499a4cf2d4c1693e65b9703578478.zip |
Change quoting style
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index 31811d7..fb6a8c9 100644 --- a/init.el +++ b/init.el | |||
@@ -2307,7 +2307,7 @@ the default is \"/\"." | |||
2307 | (:hook-into prog-mode) | 2307 | (:hook-into prog-mode) |
2308 | (:when-loaded | 2308 | (:when-loaded |
2309 | (:option topsy-header-line-format | 2309 | (:option topsy-header-line-format |
2310 | '(:eval | 2310 | `(:eval |
2311 | (list | 2311 | (list |
2312 | (propertize " " | 2312 | (propertize " " |
2313 | 'display | 2313 | 'display |