UNIX/学生ツール/elisp/windows.el
Table of Contents |
;; Lisp ライブラリの load path に "~s1138001/lib/emacs/lisp" を追加します。 (setq load-path (cons (expand-file-name "~s1138001/lib/emacs/lisp") load-path)) ;; windows.el (require 'windows) (win:startup-with-window) (define-key ctl-x-map "C" 'see-you-again) ;; revive.el (autoload 'save-current-configuration "revive" "Save status" t) (autoload 'resume "revive" "Resume Emacs" t) (autoload 'wipe "revive" "Wipe emacs" t)
C)reate D)uplicate P)reserve F)indfile B)uff X)M-x N)o:
A)save-all R)estore-all S)ave-this L)oad-this N)Load# ~)read-~
(setq revive:major-mode-command-alist-private '((hogehoge-mode . hoge) (herohero-mode . herohero) ("タイプ&メニュー" . trr)))