diff options
author | Case Duckworth | 2022-07-07 23:07:41 -0500 |
---|---|---|
committer | Case Duckworth | 2022-07-07 23:07:41 -0500 |
commit | 8c9e4e5fc6b53f899aa3716fc86b44690f310361 (patch) | |
tree | ee6f9e7530910bf28d89039265ffe8b60cecc5ff | |
parent | Add hide-cursor-mode (diff) | |
download | emacs-8c9e4e5fc6b53f899aa3716fc86b44690f310361.tar.gz emacs-8c9e4e5fc6b53f899aa3716fc86b44690f310361.zip |
Add brainfuck-mode
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el index e391ecb..101cc0a 100644 --- a/init.el +++ b/init.el | |||
@@ -1154,6 +1154,8 @@ | |||
1154 | (with-eval-after-load 'notifications | 1154 | (with-eval-after-load 'notifications |
1155 | (add-hook 'bongo-player-metadata-changed-hook #'+bongo-notify))) | 1155 | (add-hook 'bongo-player-metadata-changed-hook #'+bongo-notify))) |
1156 | 1156 | ||
1157 | (setup (:straight brainfuck-mode)) | ||
1158 | |||
1157 | (setup (:straight browse-kill-ring) | 1159 | (setup (:straight browse-kill-ring) |
1158 | (:+key "C-M-y" #'browse-kill-ring) | 1160 | (:+key "C-M-y" #'browse-kill-ring) |
1159 | (:option browse-kill-ring-highlight-current-entry t | 1161 | (:option browse-kill-ring-highlight-current-entry t |