From 157048e5f7f264ffd744901b9e2591761619c7dc Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 21 May 2024 11:19:45 -0400 Subject: locally ship beluga-mode.el --- dot_emacs | 1 - 1 file changed, 1 deletion(-) (limited to 'dot_emacs') diff --git a/dot_emacs b/dot_emacs index 5863e8e..b09b822 100644 --- a/dot_emacs +++ b/dot_emacs @@ -99,7 +99,6 @@ ("C-;" . avy-goto-char))) (use-package beluga-mode - :load-path "~/.opam/default/.opam-switch/sources/beluga/tools/" :mode "\\.bel\'") (use-package bibtex -- cgit v1.2.3 From f87f3724d8a832641091cbc8f5f5ac20dd8e5033 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 21 May 2024 11:19:52 -0400 Subject: Ensure csv-mode --- dot_emacs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dot_emacs') diff --git a/dot_emacs b/dot_emacs index b09b822..acfad6d 100644 --- a/dot_emacs +++ b/dot_emacs @@ -285,6 +285,9 @@ Extended Format date in the date field and return it as a string obeing (add-to-list 'ivy-initial-inputs-alist '(counsel-M-x . ""))) +(use-package csv-mode + :ensure t) + (use-package cus-edit :custom (custom-file null-device "Don't store customizations")) -- cgit v1.2.3 From 66a41fc519906f49bbf5c524da0ce65923cbb7f3 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 21 May 2024 11:20:10 -0400 Subject: .tex is now LaTeX-mode instead of TeX-latex-mode --- dot_emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot_emacs') diff --git a/dot_emacs b/dot_emacs index acfad6d..6239b02 100644 --- a/dot_emacs +++ b/dot_emacs @@ -436,7 +436,7 @@ Extended Format date in the date field and return it as a string obeing (use-package latex :ensure auctex :after info-look - :mode ("\\.tex\\'" . TeX-latex-mode) + :mode ("\\.tex\\'" . LaTeX-mode) :init ;; http://www.cs.au.dk/~abizjak/emacs/2016/03/06/latex-fill-paragraph.html (defun ales/fill-paragraph (&optional P) -- cgit v1.2.3 From b988014391d3a17b4517d4ee7b09b0a5b181f717 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 21 May 2024 11:20:16 -0400 Subject: drop mingus --- dot_emacs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'dot_emacs') diff --git a/dot_emacs b/dot_emacs index 6239b02..08ff547 100644 --- a/dot_emacs +++ b/dot_emacs @@ -580,11 +580,6 @@ Otherwise split the current paragraph into one sentence per line." (message-citation-line-function 'message-insert-formatted-citation-line) (message-send-mail-function 'message-send-mail-with-sendmail)) -(use-package mingus - ;; mpd client - :custom - (mingus-mpd-host "asteria.home.arpa")) - (use-package minibuffer :config (add-to-list 'completion-styles 'substring) -- cgit v1.2.3