Skip to content

Instantly share code, notes, and snippets.

;;eshell-cmpl
(require 'pcomplete)
(defun pcomplete/sudo()
"Completion rules for the `sudo' command."
(let ((pcomplete-help "complete after sudo"))
(pcomplete-here (eshell-complete-commands-list))))
(defun my-eshell-complete-parse-arguments()
@rallentando
rallentando / lisp-electric.el
Last active September 24, 2015 21:08
lisp-electric
;;; lisp-electric.el --- electric commands editing for S-expression
;; メインとなるS式編集用コマンドは以下の3つです。
;;
;; lel-matching-char:
;;
;; "(" か "[" を入力するとそれ自体を挿入し、イベントループに入ります。
;;
;; イベントループ内ではタブかS-タブを入力すると、S式単位で範囲選択が
;; できます。