Skip to content

Commit 0e15d89

Browse files
dertuxmalwiederkuanyui
authored andcommitted
Cleanup
Got rid of a few (not all) outdated references.
1 parent f9ea75f commit 0e15d89

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.org

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ Above all, enjoy using Emacs. The community, more than anything, makes Emacs a g
183183
- [[https://github.com/flycheck/emacs-travis][flycheck/emacs-travis]] - Install emacs on Travis CI.
184184
- [[https://github.com/npostavs/emacs-travis][npostavs/emacs-travis]] - Pre-built emacs binaries for Travis CI (fork of flycheck/emacs-travis, significant though in that it is used for CI in projects such as Magit).
185185
- [[https://github.com/Silex/docker-emacs][Silex/docker-emacs]] - Run emacs in docker containers (multiple image variants, with options for [[https://ubuntu.com][Ubuntu]] or [[https://alpinelinux.org][Alpine]] Linux based images).
186-
- [[https://github.com/JAremko/docker-emacs][JAremko/docker-emacs]] - Dockerized emacs with GUI (Mac, Windows, GNU/Linux and your browser).
187186
- [[https://github.com/purcell/nix-emacs-ci][nix-emacs-ci]] - Emacs installations for continuous integration.
188187

189188
** Interface Enhancement
@@ -252,7 +251,6 @@ Above all, enjoy using Emacs. The community, more than anything, makes Emacs a g
252251
- [[https://github.com/emacs-vs/goto-line-preview][goto-line-preview]] - Preview line when executing =goto-line= command.
253252
- [[https://github.com/abo-abo/avy][Avy]] - Jump to visible text using a char-based decision tree.
254253
- [[https://github.com/cute-jumper/avy-zap][avy-zap]] - Zap to char using avy.
255-
- [[https://github.com/doitian/iy-go-to-char][iy-go-to-char]] - Go to next CHAR which is similar to "f" and "t" in vim, works well with Multiple Cursors.
256254
- [[https://github.com/camdez/goto-last-change.el][goto-last-change]] - Move point through buffer-undo-list positions.
257255
- [[https://github.com/emacsorphanage/helm-swoop][Helm-swoop]] - Efficiently jump between matched string/lines.
258256
- [[https://github.com/radian-software/ctrlf][CTRLF]] - An intuitive and efficient solution for single-buffer text search in Emacs.
@@ -308,7 +306,6 @@ Above all, enjoy using Emacs. The community, more than anything, makes Emacs a g
308306
- Counsel, a collection of Ivy-enhanced versions of common Emacs commands.
309307
- Swiper, an Ivy-enhanced alternative to isearch.
310308
- [[https://www.emacswiki.org/emacs/Icicles][Icicles]] - An Emacs library that enhances minibuffer completion.
311-
- [[https://github.com/nonsequitur/smex/][smex]] - A smart M-x enhancement for Emacs.
312309
- [[https://github.com/DarwinAwardWinner/amx][amx]] - An alternative M-x interface for Emacs.
313310
- [[https://github.com/minad/vertico][vertico]] - Vertico provides a minimalistic vertical completion UI, which is based on the default completion system.
314311
- [[https://github.com/minad/marginalia][marginalia]] - Show document of function in ==M-x=, or file attributes in =C-x C-f=.
@@ -716,7 +713,6 @@ Above all, enjoy using Emacs. The community, more than anything, makes Emacs a g
716713
*** Java
717714

718715
- [[https://github.com/emacs-eclim/emacs-eclim][emacs-eclim]] - An Eclipse plugin which exposes Eclipse features through a server interface.
719-
- [[https://github.com/mopemope/meghanada-emacs][meghanada-emacs]] - A Better Java Development Environment for Emacs.
720716
- [[https://github.com/emacs-lsp/lsp-java][lsp-java]] - Eclipse JDT Language Server integration for Emacs.
721717

722718
*** Go
@@ -1027,7 +1023,6 @@ For additional git-related emacs packages to use or to get inspiration from, tak
10271023
- [[https://github.com/jcaw/theme-magic][theme-magic]] - Apply your Emacs theme to the rest of Linux.
10281024
- [[https://github.com/benmaughan/spotlight.el][spotlight]] - Emacs package to query macOS Spotlight.
10291025
- [[https://github.com/raghavgautam/osx-lib][osx-lib]] - Emacs functions for macOS.
1030-
- [[https://github.com/emacsorphanage/osx-trash/][osx-trash]] - Make ~delete-by-moving-to-trash~ do what you expect it to do on macOS.
10311026

10321027
*** Search
10331028

@@ -1134,7 +1129,6 @@ For additional git-related emacs packages to use or to get inspiration from, tak
11341129

11351130
*** Social Network
11361131

1137-
- [[https://twmode.sourceforge.net/][Twittering mode]] - Major mode for Twitter.
11381132
- [[https://github.com/vermiculus/sx.el/][SX]] - Stack Exchange for Emacs.
11391133
- [[https://github.com/atykhonov/emacs-howdoi][howdoi]] - Instant coding answers via Emacs, a way to query Stack Overflow directly from within Emacs.
11401134
- [[https://github.com/austin-----/weibo.emacs][weibo.emacs]] - Sina weibo client in Emacs.
@@ -1167,7 +1161,6 @@ For additional git-related emacs packages to use or to get inspiration from, tak
11671161
*** Package Manager
11681162

11691163
- [[https://www.emacswiki.org/emacs/ELPA][package.el]] - =[built-in]= Install and manage Emacs packages easily.
1170-
- [[https://github.com/Malabarba/paradox][paradox]] - Modernizing Emacs' Package Menu with package ratings, usage statistics, customizability & more.
11711164
- [[https://github.com/Silex/package-utils][package-utils]] - Interactive extensions for package.el .
11721165
- [[https://github.com/larstvei/Try][try]] - Try out Emacs packages.
11731166
- [[https://github.com/dimitri/el-get][el-get]] - apt-get style Emacs packages manager.

0 commit comments

Comments
 (0)