From 51fdbd03573d8b1e11e78aac00d329a4ac55eb78 Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Tue, 28 Dec 2021 00:47:30 +0000 Subject: [PATCH] Removed semantic and other small tweaks --- init.el | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index 6d711c7..bbe561b 100644 --- a/init.el +++ b/init.el @@ -4,9 +4,9 @@ ;; Repos (require 'package) -(setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/") - ("melpa" . "https://melpa.org/packages/") - ("org" . "https://orgmode.org/elpa/"))) +(setq package-archives '(("gnu" . "https://elpa.gnu.org/packages/") + ("nongnu" . "https://elpa.nongnu.org/nongnu/") + ("melpa" . "https://melpa.org/packages/"))) (package-initialize) ;; use-package @@ -32,3 +32,6 @@ ;; redirect to org config file (when (file-readable-p "~/.emacs.d/config.org") (org-babel-load-file "~/.emacs.d/config.org")) +(put 'upcase-region 'disabled nil) +(put 'downcase-region 'disabled nil) +(put 'list-timers 'disabled nil) -- Gitblit v1.9.3