|
@@ -43,9 +43,17 @@
|
|
|
(straight-use-package
|
|
|
'(janet-mode :type git :host github
|
|
|
:repo "ALSchwalm/janet-mode"))
|
|
|
+(straight-use-package
|
|
|
+ '(puppet-mode :type git :host github
|
|
|
+ repo: "voxpupuli/puppet-mode"))
|
|
|
|
|
|
;; Gopher browser
|
|
|
(straight-use-package 'elpher)
|
|
|
+(straight-use-package 'ansi-color)
|
|
|
+(defun display-ansi-colors ()
|
|
|
+ (interactive)
|
|
|
+ (let ((inhibit-read-only t))
|
|
|
+ (ansi-color-apply-on-region (point-min) (point-max))))
|
|
|
|
|
|
;;(straight-use-package
|
|
|
;; '(org :type git :repo "https://git.savannah.gnu.org/git/emacs/org-mode.git"))
|
|
@@ -120,9 +128,9 @@
|
|
|
(require 'sublimity-attractive)
|
|
|
(setq sublimity-scroll-weight 10
|
|
|
sublimity-scroll-drift-length 5)
|
|
|
-(setq sublimity-map-size 30)
|
|
|
+(setq sublimity-map-size 40)
|
|
|
(setq sublimity-map-fraction 0.3)
|
|
|
-(setq sublimity-map-text-scale -9)
|
|
|
+(setq sublimity-map-text-scale -5)
|
|
|
(sublimity-map-set-delay 0.1)
|
|
|
(setq sublimity-attractive-centering-width nil)
|
|
|
|