unpackaged.el VS Emacs-VSCode-Default-High-Contras

Compare unpackaged.el vs Emacs-VSCode-Default-High-Contras and see what are their differences.

unpackaged.el

A collection of useful Emacs Lisp code that isn't substantial enough to be packaged (by alphapapa)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
unpackaged.el Emacs-VSCode-Default-High-Contras
9 1
373 -
- -
1.6 -
about 1 year ago -
Emacs Lisp
GNU General Public License v3.0 only -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

unpackaged.el

Posts with mentions or reviews of unpackaged.el. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-14.
  • Repository with code snippets and utility functions
    5 projects | /r/emacs | 14 Sep 2022
  • [ANN] unpackaged/imenu-eww-headings: Offer HTML headings in EWW buffers with Imenu
    2 projects | /r/emacs | 12 Apr 2022
  • unpackaged/custom-toggle-all-more-hide: Expand all options’ documentation
    1 project | /r/emacs | 10 Aug 2021
  • The Emacs Lock-In Effect or the Emacs Sunk Cost Fallacy
    8 projects | news.ycombinator.com | 6 Aug 2021
    The question is almost like asking a fish to describe water. It's the sudden lack of it that produces a really clear example. :)

    Anyway, here's a random example that comes to mind: I have some sexps in a Lisp file and I want to sort them alphabetically. Each sexp (usually a top-level form, but not necessarily) usually spans multiple lines, so line-sorting won't do it. Since they may be top-level forms, there may be comments between them that would lose their context if their position relative to sexps were lost, so comments need to "stick to" sexps they're above.

    How would you solve this in a random text editor?

    In Emacs, I would develop a command that does what I need. At each stage of the development process, I evaluate the command's definition, and it's instantly available to be used and tested. I could even test the function on its own definition, if I wanted to be silly (undoing the sorting after testing, of course).

    When I'm done, I save the command definition to my configuration, and it's now a permanent tool in my toolbox. I didn't have to recompile the editor and start a new process, nor did I have to submit a patch to an upstream and ask for it to be merged. Similarly to a carpenter (forgive me if it sounds silly), my editor is my workbench, and as wood is malleable, so is my editor.

    So, here's the command I came up with (maybe not the prettiest implementation, but maybe not the worst): https://github.com/alphapapa/unpackaged.el#sort-sexps And using Emacs and Org mode, I publish it into this "unpackaged" package, which I then install into my configuration as a package, and other users can then easily install it into theirs, too.

    I don't know of any other editor that can do all of this, certainly not so easily.

  • An Introduction to the Ultimate Git UI, Magit!
    1 project | /r/emacs | 30 Jun 2021
  • Automatically sorting an Org file upon save using multiple sorting criteria
    3 projects | /r/orgmode | 17 Jun 2021
    Here's the code in my Emacs config. I'll probably add these functions to unpackaged.el (the Org sorting function there is more primitive than these).
  • Navigation suggestion needed
    2 projects | /r/orgmode | 10 Jun 2021
    Sorting. This is handled within Org, see org-sort. However, you may find this function helpful for sorting recursively and with multiple methods (e.g. first by priority, then alphabetically): https://github.com/alphapapa/unpackaged.el#sort-tree-by-multiple-methods-at-once
  • Lets talk about Emacs UI
    2 projects | /r/emacs | 24 Dec 2020
    The customize buffers can be used with the keyboard. You can tab between fields, and C-c C-c to set values. See also https://github.com/alphapapa/unpackaged.el#set-value-of-customization-option-at-point

Emacs-VSCode-Default-High-Contras

Posts with mentions or reviews of Emacs-VSCode-Default-High-Contras. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-06.
  • The Emacs Lock-In Effect or the Emacs Sunk Cost Fallacy
    8 projects | news.ycombinator.com | 6 Aug 2021
    I only recently feel like I've "gotten" Emacs, to the point where I'm confident enough to tell others about my setup [1], but in the process of doing so I've realized I have so much more built-ins that I've barely touched. Like, dired. Magit, I've only skimmed the surface of. Hilariously, I only learned about apropos last week!

    For some reason though I gain great enjoyment from tweaking my Emacs environment (I even made my own theme [2]), and I'm productive at work, so I really can't complain :)

    I'm with the author though... would I recommend it? Yeeeeah maybe not, in the long run it's worth it but for new programmers no way, just use vscode like everyone else.

    [1] https://blog.calebjay.com/posts/my-emacs-environment/

    [2] https://github.com/komali2/Emacs-VSCode-Default-High-Contras...

What are some alternatives?

When comparing unpackaged.el and Emacs-VSCode-Default-High-Contras you can also consider the following projects:

ement.el - A Matrix client for GNU Emacs

vertico - :dizzy: vertico.el - VERTical Interactive COmpletion

lispy - Short and sweet LISP editing

consult - :mag: consult.el - Consulting completing-read

beancount-mode - Emacs major-mode to work with Beancount ledger files

org-make-toc - Automatic tables of contents for Org-mode files

orgzly-android - Outliner for taking notes and managing to-do lists

org-ql - A searching tool for Org-mode, including custom query languages, commands, saved searches and agenda-like views, etc.

Emacs-VSCode-Default-High-Contrast - My attempt to duplicate VScode's Default High Contrast theme for Emacs.

laundry - Org mode for Racket