Skip to content

Commit

Permalink
continue to work around continuous emacs package bitrot
Browse files Browse the repository at this point in the history
  • Loading branch information
aep-sunlife committed Mar 12, 2024
1 parent 8fcc77d commit a4d901f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/.emacs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,10 @@
(use-package csharp-mode)))

(use-package d-mode)
(use-package dockerfile-mode)

;; broken
;; (use-package dockerfile-mode)

(use-package feature-mode)
(use-package fish-mode)

Expand Down Expand Up @@ -208,7 +211,9 @@
;; now missing from MELPA
;; (use-package scala-mode2)

(use-package stylus-mode)
;; broken
;; (use-package stylus-mode)

(use-package thrift
:ensure thrift)
(use-package tuareg)
Expand Down

0 comments on commit a4d901f

Please sign in to comment.