Skip to content
Permalink
Browse files
Fixing header completion
  • Loading branch information
xenodium committed Jun 6, 2021
1 parent c10aa5b commit 24a72cbe74730037b0911e6450326f0ff6c67442
Showing with 2 additions and 2 deletions.
  1. +2 −2 company-org-block.el
@@ -3,7 +3,7 @@
;; Author: Alvaro Ramirez
;; Package-Requires: ((emacs "25.1") (company "0.8.0") (org "9.2.0"))
;; URL: https://github.com/xenodium/company-org-block
;; Version: 0.2
;; Version: 0.3

;; This package is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -97,7 +97,7 @@ COMMAND and ARG are sent by company itself."
(company-org-block--wrap-point (format "src %s%s"
insertion
(if company-org-block-explicit-lang-defaults
(company-org-block--lang-header-defaults "insertion")
(company-org-block--lang-header-defaults insertion)
""))
"src")))

0 comments on commit 24a72cb

Please sign in to comment.