mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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")
|
||||
|
Reference in New Issue
Block a user