X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/blobdiff_plain/ab9abde6dd2e5f3e83b41d6499c2ac187b804010..0f02ac7a9d94f33a8a96c6840bcabf25645f3669:/el/dot-emacs.el diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 6506967..879abdb 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -238,6 +238,10 @@ (defadvice rename-file (after mdw-rename-buffers (from to &optional forcep) (with-current-buffer buffer (set-visited-file-name to nil t))))))) +;; Character width table hacking. +(dolist (ch '(?🙀)) + (aset char-width-table ch 2)) + ;;;-------------------------------------------------------------------------- ;;; Miscellaneous bug fixes.