2013年10月14日

emacs で行末の不要なスペースを削除する

* emacs で行末の不要なスペースを削除する

リージョン指定して、
===
M-x delete-trailing-whitespace
===

===
; -*- Mode: Emacs-Lisp ; Coding: utf-8 -*-
#+BEGIN_SRC emacs-lisp
(emacs-version)
#+END_SRC

#+RESULTS:
: GNU Emacs 24.3.1 (i686-pc-linux-gnu, GTK+ Version 3.4.2)
: of 2013-10-13 on debian
===

- Debian GNU/Linux 7.2 (wheezy)

0 件のコメント:

コメントを投稿