Add alchemist to elixir mode
This commit is contained in:
parent
83569bf5f9
commit
20eb71b9c1
3 changed files with 21 additions and 14 deletions
|
|
@ -1,6 +1,9 @@
|
|||
(defun kill-other-buffers
|
||||
"Kill all buffers except for the current one"
|
||||
;;; Functions -- summary
|
||||
;;; Commentary:
|
||||
;;; Code:
|
||||
(defun kill-other-buffers ()
|
||||
"Kill all buffers except for the current one."
|
||||
(interactive)
|
||||
(mapc 'kill-buffer (delq (current-buffer) (buffer-list)))
|
||||
)
|
||||
|
||||
;;; functions.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue