Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elisp

Add CREATED date property to TODOs in org-mode

emacs elisp org-mode

Is there a function that joins a string into a delimited string?

elisp

Tracking down max-specpdl-size errors in emacs

emacs elisp ropemacs

In Lisp (Clojure, Emacs Lisp), what is the difference between list and quote?

list clojure lisp elisp quote

How do I write a regular expression that excludes rather than matches, e.g., not (this|string)?

Auto install emacs packages with MELPA

emacs elisp packages

How can I emulate Vim's * search in GNU Emacs?

vim emacs elisp dot-emacs

How to run setq interactively

emacs elisp config

emacs lisp listing files with glob expansion

lisp elisp

Hiding markup elements in org-mode

emacs elisp markup org-mode

Converting from camelcase to _ in emacs

emacs elisp camelcasing

Emacs: same buffer, two windows, one narrowed, one not

emacs elisp narrowing

What does the double minus (--) convention in function names mean in Emacs Lisp

What is the difference between `global-set-key` and `define-key global-map` in Emacs

What is "with-eval-after-load" in Emacs Lisp

emacs macros elisp

How to sum a list of numbers in Emacs Lisp?

emacs elisp

Emacs, how to get directory of current buffer?

emacs elisp

What is the difference between setq and set-variable in emacs?

emacs elisp

How to periodically run a task within emacs?

emacs elisp

How to check if a string is empty in Emacs Lisp?

emacs elisp