untabify
This commit is contained in:
parent
5cc194af98
commit
4ff372160e
1 changed files with 58 additions and 58 deletions
10
emacs/.emacs
10
emacs/.emacs
|
@ -328,11 +328,11 @@
|
||||||
(global-set-key (kbd "<C-tab>") 'cycle-window)
|
(global-set-key (kbd "<C-tab>") 'cycle-window)
|
||||||
|
|
||||||
;; Exit prompt
|
;; Exit prompt
|
||||||
(defun foreach (alist func)
|
;; (defun foreach (alist func)
|
||||||
(while alist
|
;; (while alist
|
||||||
(progn
|
;; (progn
|
||||||
(funcall func (car alist))
|
;; (funcall func (car alist))
|
||||||
(setq alist (cdr alist)))))
|
;; (setq alist (cdr alist)))))
|
||||||
|
|
||||||
;(defun emacs-exit-prompt ()
|
;(defun emacs-exit-prompt ()
|
||||||
; (foreach
|
; (foreach
|
||||||
|
|
Loading…
Reference in a new issue