Search
Results
Emacs Solo: A Minimal IDE Configuration - System Crafters Live! - YouTube
Try this minimal emacs as IDE configuration
表格中文对齐
ORG-mode + Hugo sites
GitHub - emacs-eaf/emacs-application-framework: EAF, an extensible framework that revolutionizes the graphical capabilities of Emacs
Read this: Allows running other applications from emacs. For example, browsers.
EmacsWiki: Text Properties
Sometimes a 'read-only' text property is stuck, and we cannot edit a file. This is the reason.
Effective Editing I: Movement - Mastering Emacs
Leisure Tools · GitHub
Project.el enhancements · Andrey Listopadov
session - Using DeskTop for basic project management - Emacs Stack Exchange
Add Any Directory to project.el's List of Projects • Christian Tietze
Overriding project.el project root in Emacs | Blog | Jade Michael Thornton
17 Cool Emacs Packages for Productivity in 2021
ELPA and Emacs Zine (September 2023)
lisp - (Emacs) Text is read only? - Stack Overflow
Json mode in emacs 29.1 seems to always place text as read only, and not let edit: “Text is read-only“. This describes the fix: (let ((inhibit-read-only t)) (set-text-properties (point-min) (point-max) ()))
Emacs 29.1 arrives with Wayland support, improvements and more | linux addicts
Start two separate emacs daemons for console and GUI - Emacs Stack Exchange
Use emacs --daemon=your-server-name -l “custom-init-file“ to start a new server and emacsclient -nw -s your-server-name to connect to it from the terminal itself. The section on Using Emacs as a server in the manual has more initialization options.
EmacsWiki: Emacs Client
EmacsWiki: Emacs As Daemon
Emacs 29 is nigh! What can we expect? // Phundrak’s rambling
emacs-devel (date)
emacs-devel bugs and discussion
bbatsov/emacs-lisp-style-guide: A community-driven Emacs Lisp style guide
dot-files/emacs-eshell.org at master · howardabrams/dot-files
Eshell commands for init.el
Home :: Sacha Chua
Emacs · Rui Vieira
EmacsWiki: Guile Emacs
#59469 - 29.0.50; Eshell “for“ loop: Calling a non-lisp command (example: /usr/bin/tail) sets the variable exported in the {} block of “for var in list {}“ to nil - GNU bug report logs
Report GNU emacs bugs including eshell here
EmacsWiki: Batch Mode
Emacs shell scripts - run emacs code as shell script - Stack Overflow
Use shebang + exec emacs --script to run emacs code as a shell script but also as emacs code, for example load-file #! /bin/sh “:“; exec emacs --no-site-file --script “$0“ -- “$@“ # -*-emacs-lisp-*- (print (+ 2 2))
Xah Emacs Blog
Start here, and click on “Practical elisp“ or “Lisp Basics“. Menu on the left
Irreal | The minds had long ago come up with a proper name for it; they called it the Irreal, but they thought of it as Infinite Fun. That was what they really knew it as. The Land of Infinite Fun. –Iain M. Banks, Excession
dired - Finding files by names - Emacs Stack Exchange
Also describes how to use eshell commands for finding etc.
how do i get emacs to use a sane syntax for regular expression? : emacs
elisp - Confusing about the Emacs custom system - Stack Overflow
An Introduction to Programming in Emacs Lisp - GNU Project - Free Software Foundation (FSF)
What I’d like to see done in Emacs
EmacsWiki: Starter Kits
(1) [emacs-devel] Include leaf in Emacs distribution : emacs
Leaf in emacs provides a better configuration and package loading in init.el. It is intended as plugin replacement for use-package.
emacs-lsp/lsp-treemacs: lsp-mode treemacs
Lsp mode is Emacs IDE. Tree view on the left
A CEO's Guide to Emacs
Once you grok Emacs, you realize that it's a thermonuclear toaster that can also serve as the engine for... well, just about anything you want to do with text. When you think about how much your compu
How to Learn Emacs: A Hand-drawn One-pager for Beginners / A visual tutorial –
Emacs Tutorial Series - episode 0
The learning path
The Craft of Text Editing: Emacs for the Modern World - Craig A. Finseth - Google Books
Never before has a book been published that describes the techniques and technology used in writing text editors, word processors and other software. Written for the working professional and serious student, this book covers all aspects of the task. The topics range from user psychology to selecting a language to implementing redisplay to designing the command set. More than just facts are involved, however, as this book also promotes insight into an understanding of the issues encountered when designing such software. After reading this book, you should have a clear understanding of how to go about writing text editing or word processing software. In addition, this book introduces the concepts and power of the Emacs-type of text editor. This type of editor can trace its roots to the first computer text editor written and is still by far the most powerful editor available.