Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elisp

Emacs font lock mode: provide a custom color instead of a face

HTTP request in Emacs

emacs lisp elisp

How to check if a buffer is empty?

emacs elisp

What Emacs Lisp function is to `require` as `autoload` is to `load`?

emacs elisp

How to make a buffer-local key binding in Emacs?

emacs elisp key-bindings

Create aliases in emacs?

windows emacs elisp

How to use (interactive "r") function in this situation?

emacs elisp

Elisp function return value

function emacs return elisp

Emacs: Disabling a minor mode from a file header

emacs elisp org-mode autofill

Using tramp with EmacsW32 and cygwin, possible?

emacs cygwin elisp tramp

Column of buffer position in Emacs Lisp?

emacs lisp elisp

Two key shortcut in emacs without repressing the first key?

emacs elisp

Collapse/expand parts of .emacs file with org-mode

emacs elisp org-mode

Add Keyboard Binding To Existing Emacs Mode

.emacs code to identify OS?

uses for dynamic scope?

lisp scope elisp

How to calculate difference between two sets in emacs lisp,the sets should be lists

lisp elisp set set-difference

How do I pass arguments to map in emacs lisp?

emacs lisp elisp

How to remove a function from run-with-idle-timer?

emacs elisp

Elisp deep copying - consing

elisp