Skip to content

Commit

Permalink
docs(skel): include the full list of obsolete modules
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jan 24, 2024
1 parent 03e9bf1 commit d33e0fa
Showing 1 changed file with 23 additions and 15 deletions.
38 changes: 23 additions & 15 deletions skel/modules.el
Original file line number Diff line number Diff line change
Expand Up @@ -79,18 +79,26 @@
;; (setq minemacs-modules
;; (append
;; minemacs-modules
;; '(obsolete/me-cov ; Show code coverage results (cov, ...)
;; obsolete/me-eaf ; EAF apps (browser, jupyter, file-sender, ...)
;; obsolete/me-evil-escape ; Escape without ESC (evil-escape, ...)
;; obsolete/me-ts-fold ; Code folding with tree-sitter
;; obsolete/me-flycheck ; Static checkers (flycheck, ...)
;; obsolete/me-lexic ; Offline dictionary using sdcv
;; obsolete/me-ligature ; Ligatures (needs further customization in function of the used font)
;; obsolete/me-smartparens ; Smartparens
;; obsolete/me-maxima ; Maxima CAS (maxima, imaxima)
;; obsolete/me-org-roam ; Org roam configuration (org-roam, consult-org-roam, ...)
;; obsolete/me-projectile ; Project management (projectile, consult-projectile, treemacs-projectile, ...)
;; obsolete/me-tree-sitter ; Tree-sitter module configuration (this module is automatically activated for Emacs 28 or 29+ built without treesitter support)
;; obsolete/me-unicode-fonts ; Better Unicode management mainly for non-latin fonts
;; obsolete/me-writeroom ; Replacement for `+writing-mode' (writeroom-mode, ...)
;; obsolete/me-yasnippet))) ; Yasnippet (yasnippet, cape-yasnippet, yasnippet-snippets, ...)
;; '(
;; obsolete/me-blamer ; M-x git blame
;; obsolete/me-chezmoi ; Integrate chezmoi with Emacs
;; obsolete/me-cov ; Show code coverage results (cov, ...)
;; obsolete/me-eaf ; EAF apps (browser, jupyter, file-sender, ...)
;; obsolete/me-evil-escape ; Escape without ESC (evil-escape, ...)
;; obsolete/me-expand-region ; Expand region (included as an alternative for `expreg' in non tree-sitter builds)
;; obsolete/me-flycheck ; Static checkers (flycheck, ...)
;; obsolete/me-flycheck-cmake ; Flycheck + CMake
;; obsolete/me-flycheck-eglot ; Flycheck + Eglot
;; obsolete/me-lexic ; Offline dictionary using sdcv
;; obsolete/me-ligature ; Ligatures (needs further customization in function of the used font)
;; obsolete/me-netextender ; NetExtender integration (start/stop VPN sessions from Emacs)
;; obsolete/me-org-present ; Org presentations in Emacs
;; obsolete/me-org-roam ; Org roam configuration (org-roam, consult-org-roam, ...)
;; obsolete/me-projectile ; Project management (projectile, consult-projectile, treemacs-projectile, ...)
;; obsolete/me-smartparens ; Smartparens
;; obsolete/me-spell-fu ; Spell checking (included as an alternative when `jinx' cannot be used)
;; obsolete/me-tree-sitter ; Tree-sitter module configuration (this module is automatically activated for Emacs 28 or 29+ built without treesitter support)
;; obsolete/me-unicode-fonts ; Better Unicode management mainly for non-latin fonts
;; obsolete/me-writeroom ; Replacement for `+writing-mode' (writeroom-mode, ...)
;; obsolete/me-yasnippet ; Yasnippet (yasnippet, cape-yasnippet, yasnippet-snippets, ...)
;; )))

0 comments on commit d33e0fa

Please sign in to comment.