yabs.io

Yet Another Bookmarks Service

Viewing mzimmerm's Bookmarks

emacs delete ,

[https://jeffkreeftmeijer.com/emacs-straight-use-package/] - - public:mzimmerm
app, emacs, manage, package, repo, use - 6 | id:1520437 -

use-package is a macro, NOT a package manager. It can call either package.el (the default emacs package manager which uses MELPA but other package repo can be added) or straight.el (the new package manager alternative which allows to use package repos as package.el BUT also allows to use custom defined, git-sourced package repos)

[https://stackoverflow.com/questions/24565068/emacs-text-is-read-only] - - public:mzimmerm
edit, emacs, fix, json - 4 | id:1484840 -

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) ()))

[https://emacs.stackexchange.com/questions/41/start-two-separate-emacs-daemons-for-console-and-gui] - - public:mzimmerm
client, emacs, server - 3 | id:1484602 -

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.

[https://lists.gnu.org/archive/html/emacs-devel/2022-11/index.html] - - public:mzimmerm
bug, emacs, email - 3 | id:1294488 -

emacs-devel bugs and discussion

[https://stackoverflow.com/questions/6238331/emacs-shell-scripts-how-to-put-initial-options-into-the-script#6259330] - - public:mzimmerm
emacs, eshell, good, script, shebang, shell - 6 | id:1294365 -

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))

[http://xahlee.info/emacs/emacs/blog.html] - - public:mzimmerm
elisp, emacs, good - 3 | id:1294294 -

Start here, and click on “Practical elisp“ or “Lisp Basics“. Menu on the left

With marked bookmarks
| (+) | |

Viewing 1 - 41, 41 links out of 41 links, page: 1

Follow Tags

Manage

Export:

JSONXMLRSS