diff options
author | Ryan Kavanagh <rak@rak.ac> | 2024-05-21 23:03:48 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2024-05-21 23:03:48 -0400 |
commit | 6e96177632c76eee65ce9fbbde6e6fd0a18dbb21 (patch) | |
tree | 8b8e934e239c4f9084c29af1080db9b1d7fa34e1 /dot_emacs | |
parent | rak-meta 0.8 (diff) | |
parent | drop rendundant check (diff) |
Merge remote-tracking branch 'refs/remotes/origin/master'
Diffstat (limited to 'dot_emacs')
-rw-r--r-- | dot_emacs | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -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 @@ -286,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")) @@ -434,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) @@ -578,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) |