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