summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
1bfeb41)
- Duplicated entries:
https://github.com/lujun9972/el-dmenu/issues/7
- Be smarter about saving history
https://github.com/lujun9972/el-dmenu/issues/8
TODO: remove setting dmenu-history-size to 0 once the bug is fixed
("p" . mc/mark-previous-like-this)
("a" . mc/mark-all-like-this))))
("p" . mc/mark-previous-like-this)
("a" . mc/mark-all-like-this))))
-(comment
- ;; TODO
- (use-package forge
- :after magit
- :demand))
+(use-package forge
+ :demand
+ :after magit)
(use-package yasnippet
:defer 0.6
(use-package yasnippet
:defer 0.6
:demand
:config (minions-mode))
:demand
:config (minions-mode))
+(use-package dmenu
+ :disabled
+ :custom
+ (dmenu-history-size 0)
+ (dmenu-prompt-string "run: ")
+ (dmenu-save-file (b/var "dmenu-items")))
+