C-x RET c 文字コード RET C-x C-f [ファイル名]
C-x RET c 文字コード RET M-x revert-buffer
M-: (dotimes (i 200) (insert (format "%03d\n" (1+ i))))
C-x r r r (コピー) C-x r i r (ペースト)
(setq default-frame-alist
'((font . "FONT_NAME-10")))
sudo apt-get install python-pip sudo pip install https://github.com/google/closure-linter/zipball/master
(require 'gjslint) (add-hook 'js-mode-hook (lambda () (flymake-mode t)))
;; タブの無効化 (setq-default indent-tabs-mode nil)
sudo apt-get install --u python-six
The default setting of migemo-el is suitable for UTF-8 environment. If
you want to use migemo-el under EUC-JP environments, you should set as
follows:
;;; This is default settings of migemo-el
;; ----
;; (setq migemo-command "/usr/bin/cmigemo")
;; (setq migemo-options '("-q" "--emacs" "-i" "\g"))
;; If you want to use UTF-8
;; (setq migemo-dictionary "/usr/share/cmigemo/utf-8/migemo-dict")
;; (setq migemo-coding-system 'utf-8-unix)
;; ----
;; If you want to use EUC-JP
(setq migemo-dictionary "/usr/share/cmigemo/euc-jp/migemo-dict")
(setq migemo-coding-system 'euc-jp-unix)
;; load "migemo-el"
(load-library "migemo")
(migemo-init)