From e1d7177d237d1407d68089313f46f32a3305a923 Mon Sep 17 00:00:00 2001 From: Akko Date: Tue, 12 Dec 2023 14:54:41 +0100 Subject: [PATCH] Changes --- config.el | 5 +++-- config.org | 5 +++-- custom.el | 1 + 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/config.el b/config.el index 4b16c83..ffb94a9 100644 --- a/config.el +++ b/config.el @@ -15,8 +15,9 @@ (fset 'yes-or-no-p 'y-or-n-p) (if (string= (system-name) "illya") - (set-frame-font "Mononoki 12" nil t) - (set-frame-font "Mononoki 22" nil t)) + (set-frame-font "Monoflow 12" nil t) + (set-frame-font "Monoflow 22" nil t)) +;;(set-frame-font "Mononoki 12" nil t ) (setq doom-theme 'doom-ayu-mirage) diff --git a/config.org b/config.org index 905e6c3..a1b46c4 100644 --- a/config.org +++ b/config.org @@ -24,8 +24,9 @@ Honestly I barely remember what some of this stuff is supposed to do, this is th ** Font #+BEGIN_SRC emacs-lisp (if (string= (system-name) "illya") - (set-frame-font "Mononoki 12" nil t) - (set-frame-font "Mononoki 22" nil t)) + (set-frame-font "Monoflow 12" nil t) + (set-frame-font "Monoflow 22" nil t)) +;;(set-frame-font "Mononoki 12" nil t ) #+END_SRC ** Theme #+BEGIN_SRC emacs-lisp diff --git a/custom.el b/custom.el index 48ce489..dbba445 100644 --- a/custom.el +++ b/custom.el @@ -9,6 +9,7 @@ '(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))) '(warning-suppress-log-types '((lsp-completion-mode-hook) (lsp-completion-mode-hook)