custom.el (1722B)
1 ;; -*- lexical-binding: t; -*- 2 (custom-set-variables 3 ;; custom-set-variables was added by Custom. 4 ;; If you edit it by hand, you could mess it up, so be careful. 5 ;; Your init file should contain only one such instance. 6 ;; If there is more than one, they won't work right. 7 '(after-save-hook '(executable-make-buffer-file-executable-if-script-p)) 8 '(async-shell-command-buffer 'new-buffer) 9 '(auto-revert-avoid-polling t) 10 '(backup-directory-alist '(("" . "~/.emacs.backup"))) 11 '(column-number-mode t) 12 '(delete-selection-mode t) 13 '(describe-bindings-outline t) 14 '(diff-default-read-only t) 15 '(electric-pair-mode t) 16 '(enable-recursive-minibuffers t) 17 '(epg-pinentry-mode 'loopback) 18 '(eshell-scroll-show-maximum-output nil) 19 '(font-use-system-font t) 20 '(frame-resize-pixelwise t) 21 '(gdb-many-windows t) 22 '(gnus-cloud-method "nnimap:gmail") 23 '(hscroll-step 1) 24 '(ibuffer-default-sorting-mode 'filename/process) 25 '(indent-tabs-mode nil) 26 '(inhibit-startup-screen t) 27 '(line-number-display-limit-width 2000) 28 '(lua-indent-level 2) 29 '(menu-bar-mode nil) 30 '(minibuffer-depth-indicate-mode t) 31 '(read-char-by-name-sort 'code) 32 '(repeat-mode t) 33 '(scroll-bar-mode nil) 34 '(scroll-conservatively 10) 35 '(scroll-preserve-screen-position t) 36 '(send-mail-function 'smtpmail-send-it) 37 '(switch-to-buffer-obey-display-actions t) 38 '(tab-bar-show 1) 39 '(tool-bar-mode nil) 40 '(truncate-lines t) 41 '(visual-line-fringe-indicators '(left-curly-arrow right-curly-arrow)) 42 '(what-cursor-show-names t)) 43 (custom-set-faces 44 ;; custom-set-faces was added by Custom. 45 ;; If you edit it by hand, you could mess it up, so be careful. 46 ;; Your init file should contain only one such instance. 47 ;; If there is more than one, they won't work right. 48 )