changeset 39:96e72d04230b

Use copyright symbol in legalese, unbind M-s
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Sat, 16 Apr 2011 22:09:56 -0500
parents e733369c5233
children cc2b2193ac0a
files dotemacs.el plugins/legalese.el
diffstat 2 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/dotemacs.el
+++ b/dotemacs.el
@@ -48,7 +48,7 @@
  '(js2-enter-indents-newline nil)
  '(js2-mirror-mode nil)
  '(legalese-default-author "Jordi Gutiérrez Hermoso")
- '(legalese-default-copyright "Copyright © 2010 Jordi Gutiérrez Hermoso <jordigh@gmail.com>")
+ '(legalese-default-copyright "Jordi Gutiérrez Hermoso <jordigh@gmail.com>")
  '(make-backup-files nil)
  '(menu-bar-mode t)
  '(py-python-command "ipython")
@@ -121,8 +121,6 @@
 (global-set-key (kbd "C-S-h") 'windmove-left)
 (global-set-key (kbd "C-S-l") 'windmove-right)
 
-(global-set-key (kbd "M-s") 'backward-kill-word)
-
 (global-set-key (kbd "M-<down>") 'gud-next)
 (global-set-key (kbd "M-<right>") 'gud-step)
 (global-set-key (kbd "M-<left>") 'gud-finish)
--- a/plugins/legalese.el
+++ b/plugins/legalese.el
@@ -67,7 +67,7 @@
 (defcustom legalese-templates
   '((emacs-lisp-mode (nil ";;; " legalese-file-name " --- " _ "\n"
                           "\n"
-                          ";; Copyright (C) " legalese-year "  " legalese-copyright "\n"
+                          ";; Copyright © " legalese-year "  " legalese-copyright "\n"
                           "\n"
                           ";; Author: " legalese-author "\n"
                           ;; This looks weird. Taken from autoinsert.