From c285e25cf3a47ccdd391c0061e9d3f51a07572c6 Mon Sep 17 00:00:00 2001 From: Stephane Del Pino <stephane.delpino44@gmail.com> Date: Thu, 16 Apr 2020 13:09:26 +0200 Subject: [PATCH] =?UTF-8?q?D=C3=A9place=20le=20choix=20du=20th=C3=A8me=20d?= =?UTF-8?q?ans=20le=20fichier=20.init-custom.el?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Simplifie la configuration --- .init-custom.el | 1 + Configuration.org | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.init-custom.el b/.init-custom.el index 51fd01d..c4ba95f 100644 --- a/.init-custom.el +++ b/.init-custom.el @@ -26,6 +26,7 @@ '(org-src-fontify-natively t) '(org-startup-folded (quote overview)) '(org-startup-indented t) + '(custom-enabled-themes '(sourcerer) t) '(package-selected-packages (quote (better-shell flycheck-irony tabbar cmake-font-lock alect-theme zero-dark-theme autumn-light-theme solarized-dark-theme misterioso misterioso-theme zenburn sourcerer-theme flycheck-pos-tip flycheck-clojure ox-reveal posframe processing-snippets processing-mode rg deadgrep flycheck-rust cargo racer yasnippet-classic-snippets rustic lsp-rust lsp-java company-lsp lsp-ui lsp-mode lsp yasnippet-snippets counsel-spotify exec-path-from-shell easy-kill auto-yasnippet org-pdfview pdf-tools atomic-chrome mingus simple-mpc pcre2el ag wgrep-ag wgrep haskell-mode aggressive-indent prodigy origami dumb-jump cider ggtags circe-notifications circe org-gcal mu4e-alert git-timemachine git-gutter magit hydra default-text-scale smartparens projectile auctex tern-auto-complete tern js2-refactor ac-js2 js2-mode emmet-mode web-mode iedit expand-region multiple-cursors hungry-delete beacon undo-tree virtualenvwrapper elpy flycheck tao-theme poet-theme faff-theme zerodark-theme alect-themes moe-theme base16-theme zenburn-theme color-theme-modern company-jedi irony-eldoc company-irony company counsel ace-window htmlize noflet org-bullets which-key try use-package))) diff --git a/Configuration.org b/Configuration.org index 89e0781..458663c 100644 --- a/Configuration.org +++ b/Configuration.org @@ -399,11 +399,6 @@ Chargement de quelques themes (use-package solarized-theme :ensure t) #+END_SRC -Activation d'un thème -#+BEGIN_SRC emacs-lisp - (load-theme 'sourcerer t) -#+END_SRC - ** Modeline Augmente la taille de la police #+BEGIN_SRC emacs-lisp -- GitLab