diff options
-rw-r--r-- | init.el | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/init.el b/init.el index 854eda3..5d2f3ec 100644 --- a/init.el +++ b/init.el | |||
@@ -1169,7 +1169,7 @@ successive invocations." | |||
1169 | w3m-link | 1169 | w3m-link |
1170 | w3m-message-link)) | 1170 | w3m-message-link)) |
1171 | (link-hint-define-type type | 1171 | (link-hint-define-type type |
1172 | :open-secondary browse-url-secondary-browser-function)) | 1172 | :open-secondary browse-url-secondary-browser-function)) |
1173 | 1173 | ||
1174 | (:option link-hint-avy-style 'at) | 1174 | (:option link-hint-avy-style 'at) |
1175 | (:global "C-;" | 1175 | (:global "C-;" |
@@ -1667,14 +1667,14 @@ browser defined in `browse-url-secondary-browser-function'." | |||
1667 | minions) | 1667 | minions) |
1668 | (:also-load acdw-modeline) | 1668 | (:also-load acdw-modeline) |
1669 | (:option simple-modeline-segments | 1669 | (:option simple-modeline-segments |
1670 | '(;; left | 1670 | '((;; left |
1671 | (acdw-modeline/modified | 1671 | acdw-modeline/winum |
1672 | acdw-modeline/modified | ||
1672 | acdw-modeline/buffer-name | 1673 | acdw-modeline/buffer-name |
1673 | acdw-modeline/vc-branch | 1674 | acdw-modeline/vc-branch |
1674 | acdw-modeline/winum | ||
1675 | acdw-modeline/position) | 1675 | acdw-modeline/position) |
1676 | ;; right | 1676 | (;; right |
1677 | (acdw-modeline/track | 1677 | acdw-modeline/track |
1678 | simple-modeline-segment-misc-info | 1678 | simple-modeline-segment-misc-info |
1679 | acdw-modeline/wc | 1679 | acdw-modeline/wc |
1680 | acdw-modeline/text-scale | 1680 | acdw-modeline/text-scale |