feat(emacs): Basic text stuff
This commit is contained in:
@@ -55,4 +55,5 @@
|
||||
syd/auto-save
|
||||
syd/rainbow-delimiters
|
||||
syd/form-feed
|
||||
syd/scratch))
|
||||
syd/scratch
|
||||
syd/text))
|
||||
|
||||
9
modules/home/users/msyds/emacs/lisp/syd/text.el
Normal file
9
modules/home/users/msyds/emacs/lisp/syd/text.el
Normal file
@@ -0,0 +1,9 @@
|
||||
;;; -*- lexical-binding: t; -*-
|
||||
|
||||
(setq
|
||||
fill-column 80
|
||||
whitespace-style '(face tabs tab-mark)
|
||||
;; Disable synchronization between the kill ring and clipboard.
|
||||
select-enable-clipboard nil)
|
||||
|
||||
(provide 'syd/text)
|
||||
Reference in New Issue
Block a user