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