Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jiaxing Liu
spacemacs
Commits
70a71dd0
Commit
70a71dd0
authored
10 years ago
by
syl20bnr
Browse files
Options
Download
Plain Diff
Merge branch 'develop' (v0.12.1)
parents
4ecf31fb
b063d1bb
release-0.101
v0.101.5
v0.101.4
v0.101.3
v0.101.2
v0.101.1
v0.101.0
v0.100.1
v0.100.0
v0.65.2
v0.65.1
v0.65.0
v0.64.2
v0.64.1
v0.64.0
v0.63.0
v0.62.1
v0.62.0
v0.61.1
v0.61.0
v0.60.0
v0.52.1
v0.52.0
v0.51.0
v0.50.2
v0.50.1
v0.50.0
v0.49.2
v0.49.1
v0.49.0
v0.48.7
v0.48.6
v0.48.5
v0.48.4
v0.48.3
v0.48.2
v0.48.1
v0.48.0
v0.47.0
v0.46.1
v0.46.0
v0.45.0
v0.44.2
v0.44.1
v0.43.0
v0.42.1
v0.42.0
v0.41.2
v0.41.1
v0.41.0
v0.40.1
v0.40.0
v0.39.0
v0.38.0
v0.37.3
v0.37.2
v0.37.1
v0.37.0
v0.36.0
v0.35.1
v0.35.0
v0.34.0
v0.33.0
v0.32.1
v0.32.0
v0.31.0
v0.30.1
v0.30.0
v0.29.0
v0.28.0
v0.27.1
v0.27.0
v0.26.3
v0.26.2
v0.26.1
v0.26.0
v0.25.0
v0.24.0
v0.23.0
v0.22.0
v0.21.0
v0.20.0
v0.19.0
v0.18.1
v0.18.0
v0.17.0
v0.16.0
v0.15.0
v0.14.1
v0.14.0
v0.13.0
v0.12.1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
spacemacs/packages.el
spacemacs/packages.el
+0
-1
No files found.
spacemacs/packages.el
View file @
70a71dd0
...
...
@@ -1612,7 +1612,6 @@ determine the state to enable when escaping from the insert state.")
(
require
'org-install
)
(
define-key
global-map
"\C-cl"
'org-store-link
)
(
define-key
global-map
"\C-ca"
'org-agenda
)
(
setq
org-agenda-files
'
(
"~/Dropbox/org"
))
(
use-package
org-bullets
:config
(
add-hook
'org-mode-hook
(
lambda
()
(
org-bullets-mode
1
))))
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help