Update
This commit is contained in:
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
.DS_Store
|
||||
.idea
|
||||
*.log
|
||||
tmp/
|
||||
|
||||
custom.el
|
||||
@@ -15,6 +15,10 @@
|
||||
:leader "y" 'copy-from-above-command
|
||||
:desc "Copy from above")
|
||||
|
||||
(map! :map meow-normal-state-keymap
|
||||
"s-k" 'kill-current-buffer
|
||||
:desc "Kill current buffer")
|
||||
|
||||
(pcase system-type
|
||||
('darwin ; macOS
|
||||
(setq doom-font (font-spec :family "Maple Mono" :size 20))
|
||||
|
||||
@@ -24,6 +24,10 @@
|
||||
(map! :map meow-normal-state-keymap
|
||||
:leader "y" 'copy-from-above-command
|
||||
:desc "Copy from above")
|
||||
|
||||
(map! :map meow-normal-state-keymap
|
||||
"s-k" 'kill-current-buffer
|
||||
:desc "Kill current buffer")
|
||||
#+end_src
|
||||
** Appearance settings
|
||||
#+begin_src emacs-lisp
|
||||
|
||||
Reference in New Issue
Block a user