Remove long unused packages.
This commit is contained in:
@@ -40,11 +40,6 @@
|
||||
:config
|
||||
(dashboard-setup-startup-hook))
|
||||
|
||||
;; Multimedia
|
||||
;(use-package emms
|
||||
; :config
|
||||
; (load "~/.emacs.d/elisp/emms-mpd-setup.el"))
|
||||
|
||||
;; Reading
|
||||
(use-package nov
|
||||
:config
|
||||
@@ -61,11 +56,7 @@
|
||||
:config
|
||||
(save-place-mode 1))
|
||||
|
||||
;; Disk usage analyzer
|
||||
;(use-package disk-usage)
|
||||
|
||||
;; Mail reader
|
||||
;; This package was installed with debian, I hope this works
|
||||
(use-package mu4e
|
||||
:config
|
||||
(load "~/.emacs.d/elisp/mu4e-setup.el"))
|
||||
@@ -76,31 +67,12 @@
|
||||
(setq mu4e-alert-interesting-mail-query "flag:unread maildir:/posteo/INBOX")
|
||||
:hook
|
||||
(after-init . mu4e-alert-enable-mode-line-display))
|
||||
;; dashboard for mu4e
|
||||
;(use-package mu4e-dashboard
|
||||
; :straight
|
||||
; (mu4e-dashboard :type git :host github :repo "rougier/mu4e-dashboard"))
|
||||
|
||||
;; Orthodox file browser
|
||||
;;(use-package sunrise-commander)
|
||||
;; open files in external applications
|
||||
;;(use-package openwith
|
||||
;; :config
|
||||
;; (load "~/.emacs.d/elisp/openwith-setup.el"))
|
||||
|
||||
;; Read Gopher and Gemini
|
||||
(use-package elpher)
|
||||
|
||||
;; Read feeds
|
||||
(use-package elfeed)
|
||||
;; elfeed dashboard
|
||||
;;(use-package elfeed-dashboard
|
||||
;; :straight
|
||||
;; (elfeed-dashboard :type git :host github :repo "Manoj321/elfeed-dashboard")
|
||||
;; :config
|
||||
;; (setq elfeed-dashboard-file "~/.emacs.d/elfeed-dashboard.org")
|
||||
;; update feed counts on elfeed-quit
|
||||
;; (advice-add 'elfeed-search-quit-window :after #'elfeed-dashboard-update-links))
|
||||
|
||||
;; Write gemtext
|
||||
(use-package gemini-mode
|
||||
@@ -124,45 +96,24 @@
|
||||
;; language server
|
||||
(use-package lsp-mode)
|
||||
|
||||
;;R
|
||||
;;(use-package auto-complete)
|
||||
;; R
|
||||
(use-package ess
|
||||
:config
|
||||
(load "~/.emacs.d/elisp/ess-setup.el"))
|
||||
|
||||
;;Javascript
|
||||
;(use-package js2-mode
|
||||
; :config
|
||||
; (add-to-list 'auto-mode-alist '("\\.js\\'" . js2-mode)))
|
||||
;(use-package js2-refactor)
|
||||
;(use-package xref-js2)
|
||||
;; Javascript and React
|
||||
(use-package rjsx-mode)
|
||||
|
||||
;(use-package company-tern)
|
||||
;(load "~/.emacs.d/elisp/javascript.el")
|
||||
|
||||
;;Typescript
|
||||
;; Typescript
|
||||
(use-package tide
|
||||
:config
|
||||
(load "~/.emacs.d/elisp/typescript.el"))
|
||||
|
||||
;;Purescript
|
||||
;(use-package psc-ide
|
||||
; :config
|
||||
; (load "~/.emacs.d/elisp/purescript.el"))
|
||||
|
||||
;(use-package org-brain
|
||||
; :disabled
|
||||
; :init
|
||||
; (setq org-brain-path "~/repos/csphy/drafts")
|
||||
; :config
|
||||
; (load "~/.emacs.d/elisp/org-brain-setup.el"))
|
||||
|
||||
;;Geiser
|
||||
;; Geiser
|
||||
(use-package geiser)
|
||||
(use-package geiser-guile)
|
||||
|
||||
;;Common Lisp
|
||||
;; Common Lisp
|
||||
(use-package slime
|
||||
:config
|
||||
(setq inferior-lisp-program "clisp"))
|
||||
@@ -190,7 +141,6 @@
|
||||
; (require 'lsp-pyright)
|
||||
; (lsp)))) ; or lsp-deferred
|
||||
|
||||
|
||||
;;Ivy related stuff
|
||||
(use-package ivy)
|
||||
(use-package ivy-bibtex
|
||||
|
||||
Reference in New Issue
Block a user