From 74ba72559fb7f2ceed48817cdc62fe3c71f75f14 Mon Sep 17 00:00:00 2001 From: vibikim Date: Fri, 19 Feb 2021 10:55:14 +0200 Subject: [PATCH] emacs gitignore ig --- emacs/init.el~ | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 emacs/init.el~ diff --git a/emacs/init.el~ b/emacs/init.el~ deleted file mode 100644 index 57c8966..0000000 --- a/emacs/init.el~ +++ /dev/null @@ -1,33 +0,0 @@ -(scroll-bar-mode -1) -(tool-bar-mode -1) -(tooltip-mode -1) -(set-fringe-mode 10) -(menu-bar-mode -1) - -(setq frame-resize-pixelwise t) ;; fix for BSPWM -(setq visible-bell t) - -(setq package-archives '(("melpa" . "https://melpa.org/packages/") - ("org" . "https://orgmode.org/elpa/") - ("elpa" . "https://elpa.gnu.org/packages"))) -(package-initialize) -(unless package-archive-contents - (package-refresh-contents)) - -(unless (package-installed-p 'use-package) - (package-install 'use-package)) - -(require 'use-package) -(setq use-package-always-ensure t) -(custom-set-variables - ;; custom-set-variables was added by Custom. - ;; If you edit it by hand, you could mess it up, so be careful. - ;; Your init file should contain only one such instance. - ;; If there is more than one, they won't work right. - '(package-selected-packages '(use-package))) -(custom-set-faces - ;; custom-set-faces was added by Custom. - ;; If you edit it by hand, you could mess it up, so be careful. - ;; Your init file should contain only one such instance. - ;; If there is more than one, they won't work right. - )