trim comments from package file
This commit is contained in:
parent
78a98ff3c3
commit
24f1b1ed60
@ -100,7 +100,9 @@
|
||||
|
||||
(use-package linum-relative
|
||||
:diminish
|
||||
:custom (linum-relative-current-symbol "")
|
||||
:custom
|
||||
(linum-relative-current-symbol "")
|
||||
(linum-relative-backend 'display-line-numbers-mode)
|
||||
:init
|
||||
(linum-relative-global-mode 1))
|
||||
|
||||
@ -231,7 +233,7 @@
|
||||
;; This is needed as of Org 9.2
|
||||
(require 'org-tempo)
|
||||
(add-to-list 'org-structure-template-alist '("sh" . "src shell"))
|
||||
(add-to-list 'org-structure-template-alist '("el" . "src emacs-lisp"))
|
||||
(add-to-list 'org-structure-template-alist '("el" . "src elisp"))
|
||||
(add-to-list 'org-structure-template-alist '("ps1" . "src powershell")))
|
||||
:hook (org-mode . turn-off-line-numbers))
|
||||
(use-package org-variable-pitch
|
||||
@ -528,8 +530,6 @@
|
||||
compilation-mode
|
||||
ibuffer-mode
|
||||
"*Warnings"))
|
||||
;; (popper-display-function
|
||||
;; #'display-buffer-pop-up-frame)
|
||||
(popper-mode-line nil)
|
||||
:init
|
||||
(popper-mode +1)
|
||||
@ -542,8 +542,6 @@
|
||||
:commands ibuffer)
|
||||
|
||||
|
||||
;; (use-package mini-frame
|
||||
;; :init (mini-frame-mode))
|
||||
(use-package xwidget ;-webkit
|
||||
:straight (:type built-in)
|
||||
:if (featurep 'xwidget-internal)
|
||||
@ -553,8 +551,7 @@
|
||||
#'(lambda ()
|
||||
(turn-off-line-numbers)
|
||||
(scroll-bar-mode -1)
|
||||
))
|
||||
)
|
||||
)))
|
||||
|
||||
(use-package magit
|
||||
:commands magit)
|
||||
@ -566,6 +563,5 @@
|
||||
:states 'normal
|
||||
"RET" 'hkey-either))
|
||||
|
||||
|
||||
(provide 'mitch-packages)
|
||||
;;; mitch-packages.el ends here
|
||||
|
Loading…
Reference in New Issue
Block a user