Emacs Window
This commit is contained in:
parent
780ed8e9fc
commit
bb78ece58b
@ -242,6 +242,7 @@ Setup other stuff
|
|||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(setq ring-bell-function 'ignore)
|
(setq ring-bell-function 'ignore)
|
||||||
|
(setq default-frame-alist '((undecorated . t) (fullscreen . maximized)))
|
||||||
|
|
||||||
(add-hook 'text-mode-hook (lambda () (setq fill-column 100) (turn-on-auto-fill)))
|
(add-hook 'text-mode-hook (lambda () (setq fill-column 100) (turn-on-auto-fill)))
|
||||||
|
|
||||||
@ -1491,7 +1492,6 @@ println!("Hello world");
|
|||||||
(when (buffer-file-name)
|
(when (buffer-file-name)
|
||||||
(save-buffer)))
|
(save-buffer)))
|
||||||
|
|
||||||
(define-key global-map (kbd "M-s") #'save-buffer)
|
|
||||||
(add-hook 'evil-insert-state-exit-hook #'joe/save-if-file)
|
(add-hook 'evil-insert-state-exit-hook #'joe/save-if-file)
|
||||||
;; (add-hook 'after-change-functions #'joe/save-if-file-ignore-args)
|
;; (add-hook 'after-change-functions #'joe/save-if-file-ignore-args)
|
||||||
;; (define-key global-map (kbd "C-x C-s) #'save-buffer)
|
;; (define-key global-map (kbd "C-x C-s) #'save-buffer)
|
||||||
|
21
.config/kitty/theme.conf
Normal file
21
.config/kitty/theme.conf
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
background #212733
|
||||||
|
foreground #d9d7ce
|
||||||
|
cursor #ffcc66
|
||||||
|
selection_background #343f4c
|
||||||
|
color0 #191e2a
|
||||||
|
color8 #686868
|
||||||
|
color1 #ed8274
|
||||||
|
color9 #f28779
|
||||||
|
color2 #a6cc70
|
||||||
|
color10 #bae67e
|
||||||
|
color3 #fad07b
|
||||||
|
color11 #ffd580
|
||||||
|
color4 #6dcbfa
|
||||||
|
color12 #73d0ff
|
||||||
|
color5 #cfbafa
|
||||||
|
color13 #d4bfff
|
||||||
|
color6 #90e1c6
|
||||||
|
color14 #95e6cb
|
||||||
|
color7 #c7c7c7
|
||||||
|
color15 #ffffff
|
||||||
|
selection_foreground #212733
|
Loading…
x
Reference in New Issue
Block a user