From f16101fdf9790c1a5d994f02c4df1a9004823860 Mon Sep 17 00:00:00 2001 From: Juan Placencia Date: Wed, 28 Jul 2021 20:13:50 -0500 Subject: [PATCH] Keybind and font fixes --- uno/bootstrap.org | 4 +--- uno/modules/key/emacs.org | 2 ++ uno/modules/ui/theme.org | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/uno/bootstrap.org b/uno/bootstrap.org index 26af6c5..ecfe88e 100644 --- a/uno/bootstrap.org +++ b/uno/bootstrap.org @@ -100,9 +100,7 @@ Set up general and leader key binds that are used throughout. (general-create-definer uno-mode-leader-define :prefix uno-mode-leader-key :keymaps 'override - :states '(motion normal visual)) - (uno-leader-define "" nil) - (uno-mode-leader-define "" nil)) + :states '(motion normal visual))) #+END_SRC * Modules diff --git a/uno/modules/key/emacs.org b/uno/modules/key/emacs.org index 73bd577..1dc3155 100644 --- a/uno/modules/key/emacs.org +++ b/uno/modules/key/emacs.org @@ -23,6 +23,8 @@ Define core keybinds. (confirm-kill-emacs 'y-or-n-p) :general (uno-leader-define + :placebo t ;; Dummy keyword required to use variable name below + uno-leader-key '(execute-extended-command :which-key "Execute command") "f" '(:ignore t :which-key "File") "fe" '(:ignore t :which-key "Emacs") "fR" '(uno/key/emacs/rename-file :which-key "Rename file") diff --git a/uno/modules/ui/theme.org b/uno/modules/ui/theme.org index ace26e8..4c9457d 100644 --- a/uno/modules/ui/theme.org +++ b/uno/modules/ui/theme.org @@ -34,8 +34,8 @@ Define UI theme package. :after uno-ui-theme :if (display-graphic-p) :config - (let ((-fixed-font "Victor Mono") - (-variable-font "PT Sans")) + (let ((-fixed-font "VictorMono Nerd Font Mono") + (-variable-font "PT Sans Narrow")) (when (x-list-fonts -fixed-font) (set-face-attribute 'default nil :family -fixed-font