Skip to content

Commit

Permalink
revert(header2): remove it (use autoinsert instead)
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jul 13, 2023
1 parent dcf61b7 commit b50c299
Showing 1 changed file with 0 additions and 45 deletions.
45 changes: 0 additions & 45 deletions modules/me-editor.el
Original file line number Diff line number Diff line change
Expand Up @@ -31,51 +31,6 @@
:after tempel
:demand t)

(use-package header2
:straight t
:hook (prog-mode . auto-make-header)
:custom
(header-date-format t)
(make-header-hook
'(
;; header-mode-line
header-title
header-blank
header-file-name
header-description
;; header-status
header-author
;; header-maintainer
header-copyright
header-creation-date
;; header-rcs-id
header-version
;; header-pkg-requires
;; header-sccs
header-modification-date
;; header-modification-author
header-update-count
;; header-url
;; header-doc-url
;; header-keywords
;; header-compatibility
header-blank
;; header-lib-requires
header-end-line
header-commentary
header-blank
header-blank
header-blank
header-end-line
;; header-history
;; header-blank
;; header-blank
;; header-rcs-log
;; header-end-line
;; header-free-software
header-code
header-eof)))

(use-package unicode-fonts
:straight t
:hook (minemacs-after-startup . +unicode-fonts-setup)
Expand Down

0 comments on commit b50c299

Please sign in to comment.