Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The length of the line is only show half #24

Closed
glepnir opened this issue Aug 7, 2019 · 3 comments
Closed

The length of the line is only show half #24

glepnir opened this issue Aug 7, 2019 · 3 comments

Comments

@glepnir
Copy link

glepnir commented Aug 7, 2019

Hi, i am new come to emacs. but i got some problem when i use dashboard , i found the length of the line only show half. i found dashboard use the page-break-lines. so should i ask in here?
please see this pic .

image

@purcell
Copy link
Owner

purcell commented Aug 9, 2019

I haven't seen this behaviour before. I feel like it must be due to something dashboard is doing, but I don't have time to investigate that further, sorry.

@glepnir
Copy link
Author

glepnir commented Aug 9, 2019

@purcell ok .i had ask for dashboard.

@glepnir glepnir closed this as completed Aug 9, 2019
@glepnir glepnir reopened this Aug 11, 2019
@glepnir
Copy link
Author

glepnir commented Aug 11, 2019

@purcell hi i use the minal config reproduce this problem , i only install the page-break-lines

(package-initialize)

; (load-file (concat (file-name-directory user-emacs-directory)
	; "core/core-load-paths.el"))
(setq use-package-always-ensure t)


(defun hardcore/init-use-package ()
  (setq package-archives'(("melpa" . "http://elpa.emacs-china.org/melpa/")
                          ("gnu" . "http://elpa.emacs-china.org/gnu/")))

  (unless (package-installed-p 'use-package)
    (package-refresh-contents)
    (package-install 'use-package))
  (eval-when-compile
  (require 'use-package))
  (setq use-package-always-ensure t)
  (use-package use-package-ensure-system-package))

(hardcore/init-use-package)

  (use-package page-break-lines
    :ensure t)

;; init.el ends here

this gif can show problem

git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants