From f9a851e93658d59b94ac15c1c0bef6ee72942cb7 Mon Sep 17 00:00:00 2001 From: Blendoit Date: Wed, 26 Aug 2020 18:36:08 -0700 Subject: Portable Emacs is too slow via USB key. --- blendoit/blendoit-init.org | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'blendoit') diff --git a/blendoit/blendoit-init.org b/blendoit/blendoit-init.org index 19b2755..1e7c65d 100644 --- a/blendoit/blendoit-init.org +++ b/blendoit/blendoit-init.org @@ -258,13 +258,17 @@ configuration file. (eval-when-compile (require 'use-package))) (setq use-package-always-ensure t) (require 'use-package) -(use-package bind-key) +(require 'bind-key) #+END_SRC ** TODO Convenient package update One-function rollup of upgradeable package tagging, download and lazy install. +#+BEGIN_SRC + +#+END_SRC + ** ~ivy~ Auto completion. @@ -736,19 +740,17 @@ Save cursor location in visited buffer after closing it or Emacs. Saving any file in ~user-emacs-directory~ (by default on Emacs, =~/emacs.d=) shall byte-recompile the entire =.emacs/= directory, for increased speed. -This is pretty neat, not gonna lie. - #+BEGIN_SRC emacs-lisp - (defun my/byte-compile-user-config () - "Byte-compile dotfiles if current file is in `user-emacs-directory'. - Also tangles `my-literate-config'." - (interactive) - (if (string-equal buffer-file-name my/literate-config) - (org-babel-tangle)) - (if (string-prefix-p user-emacs-directory default-directory) - (byte-recompile-directory user-emacs-directory 0))) + ;; (defun my/byte-compile-user-config () + ;; "Byte-compile dotfiles if current file is in `user-emacs-directory'. + ;; Also tangles `my-literate-config'." + ;; (interactive) + ;; (if (string-equal buffer-file-name my/literate-config) + ;; (org-babel-tangle)) + ;; (if (string-prefix-p user-emacs-directory default-directory) + ;; (byte-recompile-directory (concat user-emacs-directory "blendoit/") 0))) - (add-hook 'after-save-hook my/byte-compile-user-config) + ;; (add-hook 'after-save-hook my/byte-compile-user-config) #+END_SRC ** Clean up menus -- cgit v1.2.3