Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dot-emacs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stéphane Del Pino
dot-emacs
Commits
b52ae6b7
Commit
b52ae6b7
authored
9 months ago
by
Stéphane Del Pino
Browse files
Options
Downloads
Patches
Plain Diff
Replace default sourcer theme (not maintained) by doom-sourcerer
parent
c1ea5c7d
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.init-custom.el
+0
-2
0 additions, 2 deletions
.init-custom.el
Configuration.org
+3
-2
3 additions, 2 deletions
Configuration.org
with
3 additions
and
4 deletions
.init-custom.el
+
0
−
2
View file @
b52ae6b7
...
...
@@ -25,7 +25,6 @@
'
(
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
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
company
counsel
ace-window
htmlize
noflet
org-bullets
which-key
try
use-package
)))
...
...
@@ -33,5 +32,4 @@
'
(
pdf-view-incompatible-modes
(
quote
(
linum-mode
linum-relative-mode
helm-linum-relative-mode
nlinum-mode
nlinum-hl-mode
nlinum-relative-mode
yalinum-mode
display-line-numbers-mode
))))
;;; .init-custom.el ends here
This diff is collapsed.
Click to expand it.
Configuration.org
+
3
−
2
View file @
b52ae6b7
...
...
@@ -100,8 +100,6 @@ Affiche les numéros des lignes en marge de gauche.
(add-hook 'ediff-display-help-hook (lambda () (display-line-numbers-mode -1)))
(add-hook 'gud-mode-hook (lambda () (display-line-numbers-mode -1)))
(add-hook 'speedbar-before-popup-hook (lambda () (display-line-numbers-mode -1)))
(custom-set-faces
'(line-number-current-line ((t (:inherit line-number :foreground "dark gray")))))
)
#+END_SRC
...
...
@@ -515,6 +513,8 @@ Chargement de quelques thèmes
:ensure t)
(use-package sourcerer-theme
:ensure t)
(use-package doom-themes
:ensure t)
(use-package monokai-theme
:ensure t)
(use-package gruvbox-theme
...
...
@@ -523,6 +523,7 @@ Chargement de quelques thèmes
:ensure t)
(use-package solarized-theme
:ensure t)
(load-theme 'doom-sourcerer :no-confirm)
#+END_SRC
** Modeline
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment