All Projects β†’ jcs-emacs β†’ jcs-emacs

jcs-emacs / jcs-emacs

Licence: BSD-2-Clause license
Emacs configuration works across all OSs

Programming Languages

emacs lisp
2029 projects

Projects that are alternatives of or similar to jcs-emacs

dotfiles
I showed you my source code, pls respond
Stars: ✭ 45 (+21.62%)
Mutual labels:  emacs-configuration
.emacs.d
πŸ“” My Emacs config.
Stars: ✭ 16 (-56.76%)
Mutual labels:  emacs-configuration
Emacs Configuration
Emacs Configuration Using Purcell's Structure
Stars: ✭ 22 (-40.54%)
Mutual labels:  emacs-configuration
move-border
Emacs windows resizing made intuitive
Stars: ✭ 16 (-56.76%)
Mutual labels:  emacs-configuration
emacs.d
My emacs config
Stars: ✭ 32 (-13.51%)
Mutual labels:  emacs-configuration
emacs-config
A literate emacs configuration for C#, python, ivy, yasnippet, ...
Stars: ✭ 31 (-16.22%)
Mutual labels:  emacs-configuration
Uncledavesemacs
My personal ~/.emacs.d
Stars: ✭ 204 (+451.35%)
Mutual labels:  emacs-configuration
emacs.d
My personal Emacs configuration
Stars: ✭ 20 (-45.95%)
Mutual labels:  emacs-configuration
.emacs.d
My literate Emacs configuration
Stars: ✭ 139 (+275.68%)
Mutual labels:  emacs-configuration
doom-todo-ivy
Display all TODO and FIXME entries for a project or buffer in ivy. Extracted from doom-emacs.
Stars: ✭ 31 (-16.22%)
Mutual labels:  emacs-configuration
editorPreferences
My editor preferences for Emacs / Sublime / VS Code / Clang Format etc.
Stars: ✭ 18 (-51.35%)
Mutual labels:  emacs-configuration
dot.me
me dot files
Stars: ✭ 33 (-10.81%)
Mutual labels:  emacs-configuration
GnusSolution
A complete working solution of gnus+offlineimap+dovecot+msmtp+cron
Stars: ✭ 18 (-51.35%)
Mutual labels:  emacs-configuration
my-emacs
My Emacs configuration
Stars: ✭ 35 (-5.41%)
Mutual labels:  emacs-configuration
dotfiles
My customized configuration files
Stars: ✭ 12 (-67.57%)
Mutual labels:  emacs-configuration
.emacs.d
My emacs configuration
Stars: ✭ 224 (+505.41%)
Mutual labels:  emacs-configuration
ihsec
ihsec - I hate Switching Emacs Configs - A symlink machine to change your ~/.emacs.d quickly and efficiently.
Stars: ✭ 61 (+64.86%)
Mutual labels:  emacs-configuration
nema
Nayuki's EMAcs distro
Stars: ✭ 19 (-48.65%)
Mutual labels:  emacs-configuration
dotfiles
Personal config and utils for emacs, vim, tmux, i3, git, etc.
Stars: ✭ 29 (-21.62%)
Mutual labels:  emacs-configuration
Denny-s-emacs-configuration
πŸ€– Emacs shapes me to be a better programmer
Stars: ✭ 40 (+8.11%)
Mutual labels:  emacs-configuration

License Emacs Release Tag Packages

Windows macOS Linux

Table of Contents

jcs-emacs

Emacs configuration works across all OSs

Compile Startup Speed Mode Packages

This is Jen-Chieh Shen's emacs configuration started from Casey Muratori's Emacs configuration. It has been repeatedly utilized and modified since 2015 and is now very different from his configuration.

I wouldn't claim this is the best Emacs config, but this is the best config to myself. If you wish to learn Emacs, this could be a good start, because this configuration has been rewritten basically from scratch. Hopefully, this config will help someone who is new or struggle to Emacs. This configuration should work on most OSs, indicating Windows, macOS, and Linux.

Emacs itself supports multiple programming languages. I managed all the programming languages I personally used. I dabble in numerous technologies, incorporating hardware, firmware, and software. Here is the list of programming languages I know and are extended from this configuration.

  • ActionScript 2.0 or 3.0 / Ada / Agda / AppleScript / Assembly Language
  • BASIC / Batchfile
  • C / C++ / C# / Clojure / CMake / COBOL / CSS
  • Dart / Dockerfile
  • Elixir / Elm / Emacs Lisp / Erlang
  • F# / Fountain
  • GLSL / Go / GDScript / Groovy
  • Haskell / Haxe / HLSL / HTML
  • INI
  • Java / JavaScript / JSON / JSX / Julia
  • Kotlin
  • LESS / Lisp / Lua
  • Makefile / Markdown
  • Nix
  • Object Pascal (Delphi) / Objective-C
  • Pascal / Perl / PHP / PowerShell / Properties / Python
  • R / Ruby / Rust
  • Sass / Scala / SCSS / Shader / Shell script / SQL / Swift
  • TOML / TSX / TypeScript
  • Verilog / Vimscript / Vue
  • XML
  • YAML

This configuration polished and goes toward to the modern text editor, or even better, it goes beyond modern IDE. e.g. Atom, Brackets, Sublime Text 2 or 3, Visual Studio Code, etc.

πŸ“š Philosophy

I have experienced many different kinds of IDEs and text editors. But I’ve had a hard time finding the best tool to use. I’ve jumped from one working field to another trying to find something that suits my needs. So instead of struggling with the tool itself, I chose Emacs and configured the entire thing from scratch, to suit my needs.

Here are a few goals that I want this config to accomplish.

  • Having the same set of key bindings across different IDEs and text editors as many as possible.
  • Having the same font and theme across different OSs and environments.
  • Automating trivial or redundant tasks.
  • Improve user experiences approach to modern text editor or IDE.
  • Make compatible with most features work inside the terminal as well.

Having these implementations makes my life easier, and having a genuinely portable workspace, which is great because it lets me work on different machines efficiently, without having to get used to a new IDE.

πŸ“° News

Here is the list of few essential and recent changes to this configuration.

  • 8.1.1 - Drop support for Emacs 27.x
  • 8.1.0 - Remove config tabify/untabify save, and replace it with whitespace-cleanup-mode.
  • 8.0.1 - Switch from ivy to vertico.
  • 8.0.0 - Move everything to .emacs.d. (#32)
  • 7.1.0 - Replace quelpa with github-elpa.
  • 7.0.0 - Switch from quickhelp to box for company frontend.
  • 6.5.0 - Add pinned archive feature to package module.
  • 6.4.2 - You can now resolve package dependency graph while deleting package.
  • 6.4.1 - Start with tree-sitter support.
  • 6.4.0 - Switched from projectile to built-in project for project management.
  • 6.3.1 - Replaced docstring module to external docstr package.

πŸ’Ύ Installation

To install, clone this repo to ~/.emacs.d, i.e. ensure that the init.el contained in this repo ends up at ~/.emacs.d/init.el:

git clone https://github.com/jcs-emacs/jcs-emacs ~/.emacs.d

Then startup Emacs; will automatically install all necessary packages due to this configuration.

❗❗ [ATTENTION] ❗❗ -- MAKE SURE YOU INSTALLED THE CORRECT VERSION OF EMACS!

πŸ•’ Startup Time

(in seconds)

The average startup time for this configuration is around 15 to 25 seconds. You can use the command emacs-init-time to check the startup time on your machine. Not quite sure what causes that much performance, hopefully, I'm able to lower the startup time down to 5 to 15 seconds.

Edit 1: After version 5.3.2, the average startup time is around 5 to 15 seconds. Solved this issue by removing the unnecessary require keyword load file and using :defer keyword with use-package package to delay some packages load time.

πŸ“ P.S. Here is a great article about Speeding Up Emacs written by Anurag Peshne.

Edit 2: Using esup package to test and optimize the configuration. Call package-refresh-contents only when package installation is needed. By doing the thing, lower the startup time from around 4 to 8 seconds.

πŸ“ P.S. Some good hints from one StackExchange question, What can I do to speed up my start-up? answered by Jordon Biondo.

πŸ“ P.S. The above cases are tested on Windows. Other OSs are not Windows should start within a second.

πŸ† Features

Highlight

Here is the list of the major highlights of this configuration. Hope you would like my taste!

  • Out of the box - Out of the box anywhere.
  • Cross Platform - Work on all operating systems, including the terminal.
  • Fast Startup - Lazy loading for all unnecessary packages on startup.
  • Old-Fashioned - Doesn't use any beautiful GUI because it may not work in the terminal.
  • Multiple Languages - Support multiple programming languages.
  • Consistent - Having the same coding experience in different major modes.
  • Easy to use - Design close to other modern text editors. It shouldn't spend you too much time.
  • Dual Windows - Design for people who like multiple windows opened simultaneously.
  • Keyboard Focused - You can do everything by using the keyboard and the mouse are just optional.

Details

This is the list of features that are built-in to this configuration. These features are heavily based on my personal habits, and so these could be very tiny things. But I believe details make things better and make life smoother.

πŸ“ Package Archives

A list of package archives that this configuration uses.

  • GNU - The standard GNU ELPA
  • NonGNU - The standard NonGNU ELPA
  • MELPA - Milkypostman’s ELPA
  • JCS-ELPA - Jen-Chieh Shen's ELPA for this confinguration

πŸ“ P.S. Here is a good talk comparing all package archives from a StackExchange question, What are the practical differences between the various Emacs Package Repositories? answered by Tikhon Jelvis.

πŸ† Powered by

Here is the list of all packages that powered and made this configuration works. Thanks to all the package maintainers; this configuration cannot be made without them, and if you wish to support them, you can go to this elisp-maintainers repo/site and search for the maintainer you want to support. There should be some kind of methods to support the maintainer you wish to.

Functionalities

🧰 Write your own customization

You can customize the configuration by editing the file located at ~/.emacs.d/site-lisp/config.el. You should put all your own customize code there, then other than that are the core files.

❓ FAQ

Here is the list of Frequently Asked Questions.

Contribute

PRs Welcome Elisp styleguide Donate on paypal

If you would like to contribute to this project, you may clone and make pull requests to this repository. Or you can clone the project and establish your own branch of this tool. Any methods are welcome!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].