merge
This commit is contained in:
@@ -15,8 +15,9 @@
|
|||||||
(fset 'yes-or-no-p 'y-or-n-p)
|
(fset 'yes-or-no-p 'y-or-n-p)
|
||||||
|
|
||||||
(if (string= (system-name) "illya")
|
(if (string= (system-name) "illya")
|
||||||
(set-frame-font "Mononoki 12" nil t)
|
(set-frame-font "Monoflow 12" nil t)
|
||||||
(set-frame-font "Mononoki 22" nil t))
|
(set-frame-font "Monoflow 22" nil t))
|
||||||
|
;;(set-frame-font "Mononoki 12" nil t )
|
||||||
|
|
||||||
(setq doom-theme 'doom-ayu-mirage)
|
(setq doom-theme 'doom-ayu-mirage)
|
||||||
|
|
||||||
|
@@ -24,8 +24,9 @@ Honestly I barely remember what some of this stuff is supposed to do, this is th
|
|||||||
** Font
|
** Font
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(if (string= (system-name) "illya")
|
(if (string= (system-name) "illya")
|
||||||
(set-frame-font "Mononoki 12" nil t)
|
(set-frame-font "Monoflow 12" nil t)
|
||||||
(set-frame-font "Mononoki 22" nil t))
|
(set-frame-font "Monoflow 22" nil t))
|
||||||
|
;;(set-frame-font "Mononoki 12" nil t )
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** Theme
|
** Theme
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
63
flycheck_custom.el
Normal file
63
flycheck_custom.el
Normal file
@@ -0,0 +1,63 @@
|
|||||||
|
(custom-set-variables
|
||||||
|
;; custom-set-variables was added by Custom.
|
||||||
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
;; Your init file should contain only one such instance.
|
||||||
|
;; If there is more than one, they won't work right.
|
||||||
|
'(elcord-editor-icon "emacs_icon")
|
||||||
|
'(elcord-idle-message "Conquering the Pyu city-states...")
|
||||||
|
'(elcord-mode t nil (elcord))
|
||||||
|
'(magit-todos-insert-after '(bottom) nil nil "Changed by setter of obsolete option `magit-todos-insert-at'")
|
||||||
|
'(package-selected-packages
|
||||||
|
'(polymode fish-mode solidity-mode yaml-mode bison-mode graphql-mode arduino-mode gdscript-mode speed-type ivy-posframe lsp-haskell treemacs key-chord))
|
||||||
|
'(safe-local-variable-values
|
||||||
|
'((eval company-mode nil)
|
||||||
|
(org-todo-keyword-faces
|
||||||
|
("DIRE" . "red")
|
||||||
|
("MEH" . "orange")
|
||||||
|
("GOOD" . "green")
|
||||||
|
("AWESOME" . "purple")
|
||||||
|
("UNFILLED" . "white"))
|
||||||
|
(org-todo-keyword-faces
|
||||||
|
("DIRE" . "red")
|
||||||
|
("MEH" . "orange")
|
||||||
|
("GOOD" . "green")
|
||||||
|
("AWESOME" . "purple")
|
||||||
|
("UNFILLED" . pink))
|
||||||
|
(org-todo-keyword-faces
|
||||||
|
("DIRE" . "red")
|
||||||
|
("MEH" . "orange")
|
||||||
|
("GOOD" . "green")
|
||||||
|
("AWESOME" . "purple")
|
||||||
|
("UNFILLED" . grey))
|
||||||
|
(org-todo-keyword-faces
|
||||||
|
("DIRE" . "red")
|
||||||
|
("MEH" . "orange")
|
||||||
|
("GOOD" . "green")
|
||||||
|
("AWESOME" . "purple")
|
||||||
|
("UNFILLED" . white))
|
||||||
|
(org-todo-keyword-faces
|
||||||
|
("DIRE" . "red")
|
||||||
|
("MEH" . "orange")
|
||||||
|
("GOOD" . "green")
|
||||||
|
("AWESOME" . "purple"))
|
||||||
|
(org-todo-keyword-faces
|
||||||
|
("DIRE" . "red"))))
|
||||||
|
'(warning-suppress-log-types
|
||||||
|
'((lsp-completion-mode-hook)
|
||||||
|
(lsp-completion-mode-hook)
|
||||||
|
(lsp-on-idle-hook)
|
||||||
|
(lsp-on-idle-hook)))
|
||||||
|
'(warning-suppress-types
|
||||||
|
'((lsp-completion-mode-hook)
|
||||||
|
(lsp-on-idle-hook)
|
||||||
|
(lsp-on-idle-hook))))
|
||||||
|
(custom-set-faces
|
||||||
|
;; custom-set-faces was added by Custom.
|
||||||
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
;; Your init file should contain only one such instance.
|
||||||
|
;; If there is more than one, they won't work right.
|
||||||
|
'(ledger-font-posting-account-face ((t (:foreground "gray"))))
|
||||||
|
'(org-scheduled-previously ((t (:foreground "#cbccc6"))))
|
||||||
|
'(org-scheduled-today ((t (:foreground "gray")))))
|
||||||
|
(put 'downcase-region 'disabled nil)
|
||||||
|
(put 'upcase-region 'disabled nil)
|
Reference in New Issue
Block a user