Minimap Module fixes
First round of fixes suggested by @gagbo, including moving some keybinds to be alphabetical, fixing some paths, and pinning the package version.
This commit is contained in:
parent
112b43fe9a
commit
ce8feda2ca
4 changed files with 10 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
;;; ~/Nextcloud/Dotfiles/doom/minimap/config.el -*- lexical-binding: t; -*-
|
||||
;;; ui/minimap/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(use-package! minimap
|
||||
:hook doom-load-theme-hook
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; ~/Nextcloud/Dotfiles/doom/minimap/packages.el
|
||||
;;; ui/minimap/packages.el
|
||||
|
||||
(package! minimap)
|
||||
(package! minimap :pin "5765245dee97a3c8818fd5cd3db1eca7247fcbbc")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue