Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
san_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
Container registry
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mohcine Chraibi
san_emacs
Commits
eda0a84e
There was a problem fetching the pipeline summary.
Commit
eda0a84e
authored
7 years ago
by
san
Browse files
Options
Downloads
Patches
Plain Diff
multiple cursors
parent
305ee1fd
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
init.el
+21
-3
21 additions, 3 deletions
init.el
with
21 additions
and
3 deletions
init.el
+
21
−
3
View file @
eda0a84e
...
...
@@ -211,10 +211,22 @@
'
(
c-basic-offset
6
)
'
(
c-default-style
(
quote
((
c-mode
.
"stroustrup"
)
(
c++-mode
.
"stroustrup"
))))
'
(
ecb-options-version
"2.40"
)
'
(
org-agenda-ndays
7
)
'
(
org-agenda-show-all-dates
t
)
'
(
org-agenda-skip-deadline-if-done
t
)
'
(
org-agenda-skip-scheduled-if-done
t
)
'
(
org-agenda-start-on-weekday
nil
)
'
(
org-deadline-warning-days
14
)
'
(
org-display-custom-times
t
)
'
(
org-fast-tag-selection-single-key
(
quote
expert
))
'
(
org-reverse-note-order
t
)
'
(
org-time-stamp-custom-formats
(
quote
(
"<%d/%m/%Y %a>"
.
"<%d/%m/%Y %a [%H:%M]>"
)))
'
(
package-selected-packages
(
quote
(
powerline
zenburn-theme
use-package
undo-tree
solarized-theme
sml-modeline
org-journal
org-fstree
multiple-cursors
magit
latex-preview-pane
ido-vertical-mode
hlinum
highlight-indentation
guide-key
golden-ratio
flycheck
exec-path-from-shell
dired-details
diminish
counsel
color-theme
browse-kill-ring
autopair
auto-complete
auctex-latexmk
)))
'
(
python-indent-guess-indent-offset
nil
)
'
(
sml/battery-format
" [ %p ] "
)
'
(
sml/show-client
t
)
)
'
(
sml/show-client
t
))
(
message
"load packages"
)
...
...
@@ -241,7 +253,7 @@
;; (autoload 'flycheck "flycheck" "load flycheck" t)
;(autoload 'multiple-cursors "multiple-cursors" "load multiple-cursors" t)
;(require 'multiple-cursors)
(
use-package
multi-cursors
(
use-package
multi
ple
-cursors
;; Loads after 2 second of idle time.
:defer
2
:config
...
...
@@ -654,3 +666,9 @@ abort completely with `C-g'."
(
message
"DONE"
)
(
provide
'init
)
;;; init.el ends here
(
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.
'
(
show-paren-match
((((
class
color
)
(
background
light
))
(
:background
"blue"
)))))
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