Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elisp

Emacs is it possible to get the action of C-x C- - (reduce buffer font size) in emacs lisp?

emacs elisp

Conditional execution of elisp code based on value of environment variable

emacs terminal elisp

Run commands in Emacs asynchronously, but display output incrementally

emacs elisp

How do you ensure an association list maintains unique keys in Emacs

emacs elisp

Generate a random 5 letter+number string at cursor-point. (all lower-case)

emacs elisp

Lisp source code rewriting system

how to enable Show-Paren mode only for *.el files

emacs elisp

Emacs add quotes around every word

Lexical eval in emacs24

emacs elisp emacs24

Show the difference of lines between two files

emacs elisp

How can a .emacs file be made idempotent?

How to break out of an infinite loop in emacs lisp ? (environment: emacs)

emacs lisp elisp

Dynamically show/hide menu bar in Emacs

emacs menu elisp menubar

How to round all the numbers in a region?

emacs elisp

Boolean values: t vs. nil vs 1 vs -1

lisp elisp

Does anyone have an Emacs macro for indenting (and unindenting) blocks of text?

emacs lisp elisp

Speed up loading emacs by compiling packages

emacs elisp

ELisp: How to execute several expressions in 'else' block?

emacs elisp

Swap parentheses and square brackets in Emacs Paredit

emacs elisp paredit

Conditionals in Elisp's cl-loop facility

loops lisp elisp continue